1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

dashboard.py: De-future

This commit is contained in:
Athanasius 2019-09-13 16:14:38 +01:00
parent 6c2a44e29b
commit b64d59c2e5

View File

@ -1,5 +1,3 @@
from __future__ import division
from __future__ import print_function
from past.utils import old_div
import json
from calendar import timegm