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 097400d commit 886bca2Copy full SHA for 886bca2
pydifact/api.py
@@ -7,7 +7,7 @@ class PluginMount(type):
7
8
# thanks to Marty Alchin!
9
10
- def __init__(cls, name, bases, attrs):
+ def __init__(cls, name, bases, attrs): # noqa
11
if not hasattr(cls, "plugins"):
12
cls.plugins = []
13
else:
0 commit comments