We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46d555 commit 319a60fCopy full SHA for 319a60f
2 files changed
geoip2/database.py
@@ -35,7 +35,7 @@
35
)
36
37
38
-class Reader(object):
+class Reader:
39
"""GeoIP2 database Reader object.
40
41
Instances of this class provide a reader for the GeoIP2 database format.
geoip2/webservice.py
@@ -47,7 +47,7 @@
47
from geoip2.types import IPAddress
48
49
50
-class Client(object):
+class Client:
51
"""Creates a new client object.
52
53
It accepts the following required arguments:
0 commit comments