We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a8234 commit d5a06ffCopy full SHA for d5a06ff
1 file changed
gpio_expander.py
@@ -76,7 +76,7 @@ def _get_registry_params(value, x):
76
77
78
class _MetaGPIOExpander(type):
79
- def __new__(mcs, clsname, bases, dct, *args, **kwargs): # pylint: disable=unused-argument
+ def __new__(mcs, clsname, bases, dct, *args, **kwargs): # pylint: disable=unused-argument,too-many-locals
80
_result_dct = {}
81
82
for key, value in dct.items():
0 commit comments