Skip to content

Commit 886bca2

Browse files
committed
silence unnecessary warning
1 parent 097400d commit 886bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydifact/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class PluginMount(type):
77

88
# thanks to Marty Alchin!
99

10-
def __init__(cls, name, bases, attrs):
10+
def __init__(cls, name, bases, attrs): # noqa
1111
if not hasattr(cls, "plugins"):
1212
cls.plugins = []
1313
else:

0 commit comments

Comments
 (0)