From d5ee92df9ac95043c810502b2a4ee6f4e51eda7b Mon Sep 17 00:00:00 2001 From: fx_kirin Date: Wed, 8 Jan 2020 13:47:14 +0900 Subject: [PATCH] change import order --- tests/test_numpy_pandas.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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