Skip to content

Commit 00e7852

Browse files
committed
Disable pylint warning
1 parent f496397 commit 00e7852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geoip2/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ class ISPOrg(object):
394394
:type: unicode
395395
"""
396396

397+
# pylint:disable=too-many-arguments
397398
def __init__(self, ip_address=None,
398399
autonomous_system_number=None,
399400
autonomous_system_organization=None,

0 commit comments

Comments
 (0)