mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
change import order
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user