Skip to content

Commit

Permalink
Omit needless import
Browse files Browse the repository at this point in the history
  • Loading branch information
anticorrelator committed Jan 30, 2023
1 parent 941cb8b commit 6ca04b4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/prefect/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@
FlowRunFilterWorkQueueName,
)
from prefect.settings import PREFECT_AGENT_PREFETCH_SECONDS
from prefect.states import (
Cancelled,
Crashed,
Pending,
StateType,
exception_to_failed_state,
)
from prefect.states import Crashed, Pending, StateType, exception_to_failed_state


class OrionAgent:
Expand Down

0 comments on commit 6ca04b4

Please sign in to comment.