Skip to content

Commit 0de2627

Browse files
Update util.py
1 parent 0e1c740 commit 0de2627

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypyc/irbuild/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# mypy: disable-error-code="literal-required"
21
"""Various utilities that don't depend on other modules in mypyc.irbuild."""
32

43
from __future__ import annotations
@@ -148,7 +147,6 @@ def set_mypyc_attr(key: MypycAttr, value: Any, line: int) -> None:
148147
for dec in stmt.decorators:
149148
if d := get_mypyc_attr_call(dec):
150149
line = d.line
151-
152150
for name, arg in zip(d.arg_names, d.args):
153151
if name is None:
154152
if isinstance(arg, StrExpr):

0 commit comments

Comments
 (0)