We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee28f9 commit be79d11Copy full SHA for be79d11
tests/test_util.py
@@ -191,7 +191,7 @@ class ControllerUnspecifiedAccessModeWrongType(Controller):
191
unspecified_access_mode_wrong_type: Attribute[int]
192
193
async def initialise(self):
194
- self.unspecified_access_mode_wrong_type = AttrRW(Float())
+ self.unspecified_access_mode_wrong_type = AttrRW(Float()) # type: ignore
195
196
controller = ControllerUnspecifiedAccessModeWrongType()
197
await controller.initialise()
0 commit comments