Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Sep 28, 2023
1 parent 0df5e80 commit 04880d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/opentrons/protocol_engine/state/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
from dataclasses import dataclass
from functools import partial
from typing import Any, Callable, Dict, List, Optional, Sequence, TypeVar
from opentrons.protocol_engine.types import ModuleOffsetData

from opentrons_shared_data.deck.dev_types import DeckDefinitionV3

from opentrons.protocol_engine.types import ModuleOffsetVector
from opentrons.protocol_engine.types import ModuleOffsetData
from opentrons.util.broker import ReadOnlyBroker

from ..resources import DeckFixedLabware
Expand Down

0 comments on commit 04880d0

Please sign in to comment.