Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
anticorrelator committed Oct 24, 2022
1 parent d2c5f97 commit 83d98cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/orion/orchestration/test_core_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from prefect.orion.orchestration.core_policy import (
CacheInsertion,
CacheRetrieval,
PreventRedundantTransitions,
HandleTaskTerminalStateTransitions,
HandleFlowTerminalStateTransitions,
HandleTaskTerminalStateTransitions,
PreventRedundantTransitions,
ReleaseTaskConcurrencySlots,
RenameReruns,
RetryFailedFlows,
Expand Down

0 comments on commit 83d98cc

Please sign in to comment.