mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 02:41:16 +08:00
Deprecate geoip stubs (#5967)
Geoip comes with its own type hints starting at version 4.0.2.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
geoip2.database.Reader.__exit__
|
||||
geoip2.database.Reader.__init__
|
||||
geoip2.errors.HTTPError.__init__
|
||||
geoip2.models.SimpleModel.__init__
|
||||
geoip2.records.City.__init__
|
||||
geoip2.records.Continent.__init__
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
version = "0.1"
|
||||
version = "3.0"
|
||||
obsolete_since = "4.0.2"
|
||||
python2 = true
|
||||
requires = ["types-maxminddb"]
|
||||
|
||||
Reference in New Issue
Block a user