summaryrefslogtreecommitdiff
path: root/astroid/inference.py
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2022-05-13 00:58:55 +0200
committerGitHub <noreply@github.com>2022-05-13 00:58:55 +0200
commit24b0bc346f485f10cff145b07507057dd72629fa (patch)
tree8105dbc9792660fb4f862408039f9c2a1c0b2277 /astroid/inference.py
parentd616f2b08b8aae4ad835103e4ff7eb21a96cc2d4 (diff)
downloadastroid-git-24b0bc346f485f10cff145b07507057dd72629fa.tar.gz
Update typing for Python 3.7 (2) (#1556)
Diffstat (limited to 'astroid/inference.py')
-rw-r--r--astroid/inference.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py
index 24bd9f1c..f24e4975 100644
--- a/astroid/inference.py
+++ b/astroid/inference.py
@@ -11,7 +11,8 @@ import ast
import functools
import itertools
import operator
-from typing import TYPE_CHECKING, Any, Callable, Generator, Iterable, Iterator, TypeVar
+from collections.abc import Callable, Generator, Iterable, Iterator
+from typing import TYPE_CHECKING, Any, TypeVar
from astroid import bases, decorators, helpers, nodes, protocols, util
from astroid.context import (