Skip to content

Commit

Permalink
Merge pull request #61 from Phylliade/patch-1
Browse files Browse the repository at this point in the history
Fix broken import in skope_rules.py in python 3.10
  • Loading branch information
datajms committed Feb 14, 2023
2 parents 8521f16 + 3418f7e commit 35553e9
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 35553e9

Please sign in to comment.