From 23c9856857b4fad351491b064a30a1e1eddc0589 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 24 Apr 2020 22:24:40 +0300 Subject: Remove no longer needed noqa's --- src/_pytest/python_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_pytest/python_api.py') diff --git a/src/_pytest/python_api.py b/src/_pytest/python_api.py index 78051172d..a523caae5 100644 --- a/src/_pytest/python_api.py +++ b/src/_pytest/python_api.py @@ -27,7 +27,7 @@ from _pytest.compat import TYPE_CHECKING from _pytest.outcomes import fail if TYPE_CHECKING: - from typing import Type # noqa: F401 (used in type string) + from typing import Type BASE_TYPE = (type, STRING_TYPES) -- cgit v1.2.3