Skip to content

Commit

Permalink
import ABCs from the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jun 15, 2021
1 parent 79ed04a commit 3bc4a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delta/corpus.py
Expand Up @@ -9,7 +9,7 @@ class which represents the feature matrix. Also contained are default

import os
import glob
from collections import Mapping
from collections.abc import Mapping
from fnmatch import fnmatch
from inspect import signature
from typing import Type
Expand Down

0 comments on commit 3bc4a3e

Please sign in to comment.