Skip to content

Commit edb8fab

Browse files
committed
Disable pylint check
1 parent 8e33280 commit edb8fab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

geoip2/webservice.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747

4848
class Client(object):
49+
4950
"""Creates a new client object.
5051
5152
It accepts the following required arguments:
@@ -90,6 +91,7 @@ class Client(object):
9091

9192
def __init__(self, user_id, license_key, host='geoip.maxmind.com',
9293
locales=None, timeout=None):
94+
# pylint: disable=too-many-arguments
9395
if locales is None:
9496
locales = ['en']
9597
self._locales = locales

0 commit comments

Comments
 (0)