Skip to content

Commit a6463ff

Browse files
committed
fix: black linter issue!
1 parent c470353 commit a6463ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hivemind_etl/simple_ingestion/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from datetime import timedelta
22

3-
from temporalio import activity,workflow
3+
from temporalio import activity, workflow
44
from temporalio.common import RetryPolicy
55
from temporalio.workflow import execute_activity
66
from .schema import IngestionRequest

0 commit comments

Comments
 (0)