Skip to content

Commit 2a17f07

Browse files
committed
Add pylint exception
1 parent 9ac659e commit 2a17f07

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/jsonid/registry_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""JSON registry data."""
22

3+
# pylint: disable=C0302; too-many lines in module.
4+
35
try:
46
import registry_class
57
except ModuleNotFoundError:

0 commit comments

Comments
 (0)