summaryrefslogtreecommitdiff
path: root/astroid/test_utils.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/test_utils.py
parentd616f2b08b8aae4ad835103e4ff7eb21a96cc2d4 (diff)
downloadastroid-git-24b0bc346f485f10cff145b07507057dd72629fa.tar.gz
Update typing for Python 3.7 (2) (#1556)
Diffstat (limited to 'astroid/test_utils.py')
-rw-r--r--astroid/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/test_utils.py b/astroid/test_utils.py
index 8f34bdb2..80c6614a 100644
--- a/astroid/test_utils.py
+++ b/astroid/test_utils.py
@@ -10,7 +10,7 @@ import contextlib
import functools
import sys
import warnings
-from typing import Callable
+from collections.abc import Callable
import pytest