Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def aspirate(
)

move_to_location: types.Location
well: Optional[labware.Well] = None
well: Optional[labware.Well]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My IDE linter doesn't want us to set it to None here, since we override it below.

last_location = self._get_last_location_by_api_version()
try:
target = validation.validate_location(
Expand Down
Loading
Loading