diff --git a/tests/test_numpy_pandas.py b/tests/test_numpy_pandas.py index a06954d..5f3a6b0 100644 --- a/tests/test_numpy_pandas.py +++ b/tests/test_numpy_pandas.py @@ -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