Skip to content

Commit 82a741c

Browse files
committed
Add missing type hints
1 parent 845eaca commit 82a741c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

geoip2/errors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ class AddressNotFoundError(GeoIP2Error):
3636
3737
"""
3838

39+
ip_address: Optional[str]
40+
_prefix_len: Optional[int]
41+
3942
def __init__(
4043
self,
4144
message: str,

0 commit comments

Comments
 (0)