Skip to content

Commit edd7b34

Browse files
committed
make identify an abstract module method
1 parent c482931 commit edd7b34

File tree

1 file changed

+4
-0
lines changed
  • api/src/opentrons/hardware_control/modules

1 file changed

+4
-0
lines changed

Diff for: api/src/opentrons/hardware_control/modules/mod_abc.py

+4
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,7 @@ async def cleanup(self) -> None:
224224
object destruction.
225225
"""
226226
pass
227+
228+
async def identify(self) -> None:
229+
"""Identify the module."""
230+
pass

0 commit comments

Comments
 (0)