Skip to content

Commit 48b8c93

Browse files
EliEli
authored andcommitted
Remove unneeded imports
1 parent 506cde3 commit 48b8c93

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

dms_datastore/caching.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import urllib.parse
88
import atexit
99
import click
10-
10+
import inspect
1111

1212
class LocalCache:
1313
_instance = None
@@ -90,7 +90,7 @@ def cache_dataframe(key_args=None):
9090
"""
9191

9292

93-
import inspect
93+
9494

9595

9696
def cache_dataframe(key_args=None):
@@ -104,8 +104,6 @@ def cache_dataframe(key_args=None):
104104
"""
105105

106106

107-
import inspect
108-
109107

110108
def cache_dataframe(key_args=None):
111109
"""

0 commit comments

Comments
 (0)