Skip to content

Commit 24b4684

Browse files
committed
Don't include parent docs
This was useful when we were documenting the attributes at the class level, but now each attribute has docs attached to it.
1 parent 854e2e2 commit 24b4684

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

minfraud/models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,8 @@ class GeoIP2Location(geoip2.records.Location):
8484
In addition to the attributes provided by ``geoip2.records.Location``,
8585
this class provides the local_time attribute.
8686
87-
Parent:
8887
"""
8988

90-
__doc__ += geoip2.records.Location.__doc__ # type: ignore
91-
9289
local_time: Optional[str]
9390
"""The date and time of the transaction in the time
9491
zone associated with the IP address. The value is formatted according to

0 commit comments

Comments
 (0)