Skip to content

Commit 356f4e1

Browse files
committed
Disable pylint module doc check on __init__.py
1 parent 5c92c26 commit 356f4e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

geoip2/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
"""
1+
#pylint:disable=C0111
22

3-
"""
43
__title__ = 'geoip2'
54
__version__ = '0.1.0'
65
__author__ = 'Gregory Oschwald'

0 commit comments

Comments
 (0)