Skip to content

Commit

Permalink
Import ABC from collections.abc for Python 3.10 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi committed Feb 24, 2021
1 parent 0e2caa3 commit 716f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtreeviz/models/shadow_decision_tree.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
from collections import Sequence
from collections.abc import Sequence
from numbers import Number
from typing import List, Tuple, Mapping

Expand Down

0 comments on commit 716f472

Please sign in to comment.