Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Sep 6, 2024
1 parent 943e3e0 commit ddfa84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/state/wells.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from opentrons.protocol_engine.commands.pipetting_common import LiquidNotFoundError
from opentrons.protocol_engine.types import LiquidHeightInfo, LiquidHeightSummary

from .abstract_store import HasState, HandlesActions
from ._abstract_store import HasState, HandlesActions
from ..actions import Action
from ..commands import Command

Expand Down

0 comments on commit ddfa84a

Please sign in to comment.