change import order

This commit is contained in:
fx_kirin
2020-01-08 13:47:14 +09:00
parent ba7d78abd1
commit d5ee92df9a
+3 -3
View File
@@ -11,13 +11,13 @@
# realpath,
# dirname
# )
from time import time, sleep
from cachier import cachier
from time import sleep, time
import numpy as np
import pandas as pd
from cachier import cachier
# Numpy and pandas tests