Commit 997fc45
Clarity: add missing abstract methods _on_shutdown and initialize (issue #113)
* microscope/filterwheels/aurox.py (Clarity): class was missing an
implementation for the Device abstract methods _on_shutdown() and
initialize(). This was working before because when we migrated to
Python 3 we messed up the implementation of ABCs. That was fixed
with 83f1256 so all Device classes that don't implement the
whole interface were failing since.1 parent 76ec331 commit 997fc45
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
0 commit comments