We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854e2e2 commit 24b4684Copy full SHA for 24b4684
1 file changed
minfraud/models.py
@@ -84,11 +84,8 @@ class GeoIP2Location(geoip2.records.Location):
84
In addition to the attributes provided by ``geoip2.records.Location``,
85
this class provides the local_time attribute.
86
87
- Parent:
88
"""
89
90
- __doc__ += geoip2.records.Location.__doc__ # type: ignore
91
-
92
local_time: Optional[str]
93
"""The date and time of the transaction in the time
94
zone associated with the IP address. The value is formatted according to
0 commit comments