Skip to content

Commit b34b1cf

Browse files
committed
Avoid redundant static init
1 parent 66652df commit b34b1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypyc/irbuild/statement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def transform_import_from_buckets(
549549
as_names_literal = builder.add(
550550
LoadLiteral(tuple(bucket.as_names), object_rprimitive)
551551
)
552-
module = builder.call_c(
552+
builder.call_c(
553553
get_native_attrs_op,
554554
[
555555
builder.load_str(module_id),

0 commit comments

Comments
 (0)