Skip to content

Commit 82d2147

Browse files
authored
fix(typo): restore correct import keyword in contextlib import
1 parent ec334c4 commit 82d2147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import itertools
66
from collections import defaultdict
77
from collections.abc import Callable, Iterable, Iterator, Mapping, Sequence, Set as AbstractSet
8-
from contextlib importh ExitStack, contextmanager
8+
from contextlib import ExitStack, contextmanager
99
from typing import (
1010
Final,
1111
Generic,

0 commit comments

Comments
 (0)