Deprecate geoip stubs (#5967)

Geoip comes with its own type hints starting at version 4.0.2.
This commit is contained in:
Sebastian Rittau
2021-08-28 13:58:38 +02:00
committed by GitHub
parent 5a7f25584e
commit 27af44fee2
2 changed files with 2 additions and 2 deletions

View File

@@ -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__

View File

@@ -1,3 +1,4 @@
version = "0.1"
version = "3.0"
obsolete_since = "4.0.2"
python2 = true
requires = ["types-maxminddb"]