File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def to_dict(self):
42
42
elif value is not None and value is not False :
43
43
result [key ] = value
44
44
45
- # network and ip_address properties for performance reasons
45
+ # network and ip_address are properties for performance reasons
46
46
# pylint: disable=no-member
47
47
if hasattr (self , "ip_address" ) and self .ip_address is not None :
48
48
result ["ip_address" ] = str (self .ip_address )
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ def test_insights_min(self) -> None:
239
239
self .assertEqual (
240
240
type (model .subdivisions .most_specific ),
241
241
geoip2 .records .Subdivision ,
242
- "geoip2.records.Subdivision object returned evenwhen none are available." ,
242
+ "geoip2.records.Subdivision object returned even when none are available." ,
243
243
)
244
244
self .assertEqual (
245
245
model .subdivisions .most_specific .names , {}, "Empty names hash returned"
You can’t perform that action at this time.
0 commit comments