Skip to content

Commit 528ea6f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 778e51f commit 528ea6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/irbuild/expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import math
1010
from collections.abc import Sequence
1111
from functools import partial
12-
from typing import Callable, Union, cast
12+
from typing import Callable, Union
1313

1414
from mypy.nodes import (
1515
ARG_NAMED,

0 commit comments

Comments
 (0)