Skip to content

Commit

Permalink
fix ruff style
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes committed Sep 23, 2024
1 parent 6c55f0b commit 5927f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion punchpipe/flows/level1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
import typing as t
from datetime import datetime
from pathlib import Path

from prefect import flow, task
from punchbowl.level1.flow import level1_core_flow
Expand Down
2 changes: 1 addition & 1 deletion punchpipe/flows/level2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import os
import typing as t
from datetime import datetime, timedelta
from datetime import datetime

from prefect import flow, task, get_run_logger
from punchbowl.level2.flow import level2_core_flow
Expand Down

0 comments on commit 5927f5e

Please sign in to comment.