Skip to content

Commit

Permalink
Fix broken import in skope_rules.py in 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Phylliade committed Jul 24, 2022
1 parent 8521f16 commit 3418f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skrules/skope_rules.py
@@ -1,5 +1,6 @@
import numpy as np
from collections import Counter, Iterable
from collections import Counter
from collections.abc import Iterable
import pandas
import numbers
from warnings import warn
Expand Down

0 comments on commit 3418f7e

Please sign in to comment.