Skip to content

Commit

Permalink
another moved noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 20, 2023
1 parent 35f7ea5 commit 3c2563d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ def aspirate(

return self

@requires_version(2, 0) # noqa: C901
def dispense(
@requires_version(2, 0)
def dispense( # noqa: C901
self,
volume: Optional[float] = None,
location: Optional[
Expand Down

0 comments on commit 3c2563d

Please sign in to comment.