Skip to content

Commit

Permalink
IGNFrance: Remove redundant check (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mallamanis committed Mar 20, 2021
1 parent c0686f6 commit aa28d4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geopy/geocoders/ignfrance.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ def testContentAttrib(selector, key):
for key, value in iter(el.items()):
if value is not None:
place[key] = value.text
if value.text is None:
place[key] = None
else:
place[key] = None

Expand Down

0 comments on commit aa28d4c

Please sign in to comment.