Skip to content

Commit

Permalink
ci does not like this
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Sep 17, 2024
1 parent 765da1a commit 071a964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/modules/mod_abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def parse_fw_version(version: str) -> Version:
raise InvalidVersion()
except InvalidVersion:
device_version = parse("v0.0.0")
return cast(Version, device_version) # type: ignore
return cast(Version, device_version)


class AbstractModule(abc.ABC):
Expand Down

0 comments on commit 071a964

Please sign in to comment.