Skip to content

Commit 3b30bbe

Browse files
Update vulnerabilities/importer.py
Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
1 parent 9c8b605 commit 3b30bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def __init__(self):
229229
raise Exception(f"Cannot run importer {self!r} without a license")
230230

231231
@classproperty
232-
def qualified_name(self):
232+
def qualified_name(cls):
233233
"""
234234
Fully qualified name prefixed with the module name of the improver used in logging.
235235
"""

0 commit comments

Comments
 (0)