Skip to content

Commit

Permalink
Import style fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Nov 25, 2024
1 parent c093b13 commit 2df855c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

from pydantic import BaseModel, Field

from opentrons.protocol_engine.state import update_types

from ..command import AbstractCommandImpl, BaseCommand, BaseCommandCreate, SuccessData
from ...errors import CannotPerformModuleAction, StorageLimitReachedError
Expand All @@ -18,6 +17,7 @@
MAXIMUM_CSV_FILE_LIMIT,
)
from ...resources import FileProvider
from ...state import update_types

if TYPE_CHECKING:
from opentrons.protocol_engine.state.state import StateView
Expand Down

0 comments on commit 2df855c

Please sign in to comment.