skope-rules
skope-rules copied to clipboard
Fix broken import in skope_rules.py in 3.10
Due to the removal of Iterable
from collections
, skrules/skope_rules.py
cannot be imported under Python 3.10.
This PR fixes this issue