Skip to content

Commit

Permalink
remove unwanted import
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 15, 2025
1 parent 973c05d commit d94b2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/network/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
)
from cylc.flow.id import Tokens
from cylc.flow.run_modes import (
TASK_CONFIG_RUN_MODES, WORKFLOW_RUN_MODES, RunMode)
WORKFLOW_RUN_MODES, RunMode)
from cylc.flow.task_outputs import SORT_ORDERS
from cylc.flow.task_state import (
TASK_STATUS_DESC,
Expand Down

0 comments on commit d94b2fb

Please sign in to comment.