File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 strategy :
6464 matrix :
6565 include :
66- - dependencies : >
67- bandit
68- pylint
69- python3-dbus
70- python3-dbus-signature-pyparsing
71- python3-hypothesis
72- python3-hs-dbus-signature
73- task: >
74- PATH=${PATH}:/github/home/.local/bin
75- PYTHONPATH=./src make -f Makefile lint
7666 - dependencies : >
7767 python3-dbus
7868 python3-dbus-signature-pyparsing
Original file line number Diff line number Diff line change @@ -291,13 +291,9 @@ def __init__(self):
291291
292292 self .VARIANT .setParseAction (self ._handle_variant )
293293
294- self .ARRAY .setParseAction ( # pyright: ignore [ reportOptionalMemberAccess ]
295- _ToDbusXformer ._handle_array
296- )
294+ self .ARRAY .setParseAction (_ToDbusXformer ._handle_array )
297295
298- self .STRUCT .setParseAction ( # pyright: ignore [ reportOptionalMemberAccess ]
299- _ToDbusXformer ._handle_struct
300- )
296+ self .STRUCT .setParseAction (_ToDbusXformer ._handle_struct )
301297
302298
303299_XFORMER = _ToDbusXformer ()
You can’t perform that action at this time.
0 commit comments