Skip to content

Commit ed05df1

Browse files
committed
Fix import
1 parent ffc4905 commit ed05df1

File tree

1 file changed

+1
-1
lines changed
  • functions-python/dataset_service

1 file changed

+1
-1
lines changed

functions-python/dataset_service/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from google.cloud import datastore
2121
from google.cloud.datastore import Client
2222

23-
from shared.dataset_service.dataset_service_commons import (
23+
from dataset_service_commons import (
2424
DatasetTrace,
2525
Status,
2626
PipelineStage,

0 commit comments

Comments
 (0)