Skip to content

Commit

Permalink
changed import from util.py to collections.abc since Iterable was mov…
Browse files Browse the repository at this point in the history
…ed over on 3.10 (#234)
  • Loading branch information
jseidl committed Jul 8, 2022
1 parent f07fea5 commit d167492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/magic_areas/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from collections import Iterable
from collections.abc import Iterable

basestring = (str, bytes)

Expand Down

0 comments on commit d167492

Please sign in to comment.