Skip to content

Commit

Permalink
limit Prefect to v2, v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xmachak committed Nov 1, 2024
1 parent dcd2614 commit e43b0d4
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 297 deletions.
1 change: 1 addition & 0 deletions block_cascade/prefect/v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from prefect.client import get_client

try:

from prefect import get_run_logger
except: # noqa: E722
from prefect.logging import get_run_logger
Expand Down
Loading

0 comments on commit e43b0d4

Please sign in to comment.