Skip to content

Commit be79d11

Browse files
author
James Souter
committed
pyright tests
1 parent 5ee28f9 commit be79d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class ControllerUnspecifiedAccessModeWrongType(Controller):
191191
unspecified_access_mode_wrong_type: Attribute[int]
192192

193193
async def initialise(self):
194-
self.unspecified_access_mode_wrong_type = AttrRW(Float())
194+
self.unspecified_access_mode_wrong_type = AttrRW(Float()) # type: ignore
195195

196196
controller = ControllerUnspecifiedAccessModeWrongType()
197197
await controller.initialise()

0 commit comments

Comments
 (0)