Skip to content

Commit

Permalink
remove unused type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Nov 20, 2023
1 parent ebd08e4 commit ef86a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastkml/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def _get_kwargs(
href = icon.find(f"{ns}href")
if href is not None:
kwargs["icon_href"] = href.text
kwargs["hot_spot"] = HotSpot.class_from_element( # type: ignore[attr-defined]
kwargs["hot_spot"] = HotSpot.class_from_element(
ns=ns,
name_spaces=name_spaces,
element=element,
Expand Down

0 comments on commit ef86a6a

Please sign in to comment.