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 f30f1e0 commit c4f4502Copy full SHA for c4f4502
src/e3/os/windows/native_api.py
@@ -306,7 +306,7 @@ class Internal(Structure):
306
class_id = 6
307
308
class Rename(Structure):
309
- _fields_ = [] # type: list
+ _fields_ = []
310
class_id = 10
311
312
class Basic(Structure):
@@ -336,7 +336,7 @@ class ObjectInfo:
336
"""Declaration of structures returned by QueryObjectInformation."""
337
338
class Name(Structure):
339
- _fields_: list = []
340
class_id = 1
341
342
0 commit comments