We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa8021 commit 40ed34bCopy full SHA for 40ed34b
geoip2/records.py
@@ -409,7 +409,6 @@ class Subdivisions(tuple):
409
410
This attribute is returned by ``city`` and ``insights``.
411
"""
412
- # pylint:disable=W0142
413
def __new__(cls, locales, *subdivisions):
414
subdivisions = [Subdivision(locales, **x) for x in subdivisions]
415
obj = super(cls, Subdivisions).__new__(cls, subdivisions)
0 commit comments