Skip to content

Commit f6f7cb9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 006bf08 commit f6f7cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313
import time
1414
from importlib import resources as importlib_resources
15-
from typing import Any, IO, Callable, Container, Final, Iterable, Sequence, Sized, TypeVar
15+
from typing import IO, Any, Callable, Container, Final, Iterable, Sequence, Sized, TypeVar
1616
from typing_extensions import Literal
1717

1818
orjson: Any

0 commit comments

Comments
 (0)