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 14:58:38 +03:00
committed by GitHub
parent 5a7f25584e
commit 27af44fee2
2 changed files with 2 additions and 2 deletions
@@ -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__