Skip to content

Commit b400bc1

Browse files
committed
fix import
1 parent 4e9ad60 commit b400bc1

File tree

1 file changed

+1
-1
lines changed
  • functions-python/process_validation_report/src

1 file changed

+1
-1
lines changed

functions-python/process_validation_report/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Gtfsdataset,
2828
)
2929
from shared.helpers.logger import Logger
30-
from src.shared.helpers.transform import get_nested_value
30+
from shared.helpers.transform import get_nested_value
3131

3232
logging.basicConfig(level=logging.INFO)
3333

0 commit comments

Comments
 (0)