Skip to content

Commit 40ed34b

Browse files
committed
Remove obsolete pylint disable statement
1 parent 4fa8021 commit 40ed34b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

geoip2/records.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ class Subdivisions(tuple):
409409
410410
This attribute is returned by ``city`` and ``insights``.
411411
"""
412-
# pylint:disable=W0142
413412
def __new__(cls, locales, *subdivisions):
414413
subdivisions = [Subdivision(locales, **x) for x in subdivisions]
415414
obj = super(cls, Subdivisions).__new__(cls, subdivisions)

0 commit comments

Comments
 (0)