Skip to content

Commit 5117b9d

Browse files
committed
remove unused import
1 parent 90a22c4 commit 5117b9d

File tree

1 file changed

+1
-1
lines changed
  • safegraph/delphi_safegraph

1 file changed

+1
-1
lines changed

safegraph/delphi_safegraph/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from delphi_utils import read_params
1010

1111
from .constants import SIGNALS, GEO_RESOLUTIONS
12-
from .process import process, add_prefix, files_in_past_week
12+
from .process import process, files_in_past_week
1313

1414

1515
def run_module():

0 commit comments

Comments
 (0)