Skip to content

Commit 49e13ff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6b0d86d commit 49e13ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/semanal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5642,7 +5642,6 @@ def visit_type_alias_stmt(self, s: TypeAliasStmt) -> None:
56425642
return
56435643
all_type_params_names = [p.name for p in s.type_args]
56445644

5645-
56465645
try:
56475646
existing = self.current_symbol_table().get(s.name.name)
56485647
if existing and not (

0 commit comments

Comments
 (0)