Skip to content

Commit

Permalink
Merge pull request #354 from gerritholl/import-from-abc
Browse files Browse the repository at this point in the history
import from collections.abc rather than collections
  • Loading branch information
olemke authored Mar 3, 2020
2 parents dbb9dfb + 7c7e527 commit be6f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typhon/trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
performing query requests on them significantly.
"""

from collections import Iterable
from collections.abc import Iterable

import pandas as pd
import numba
Expand Down

0 comments on commit be6f751

Please sign in to comment.