Skip to content

Commit b998878

Browse files
pre-commit-ci[bot]taichi-gardener
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a279a4e commit b998878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/taichi/lang/ast/ast_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def build_assign_basic(ctx, target, value, is_static_assign):
218218
except AttributeError:
219219
raise TaichiSyntaxError(
220220
f"Variable '{unparse(target).strip()}' cannot be assigned. Maybe it is not a Taichi object?"
221-
)
221+
)
222222
return var
223223

224224
@staticmethod

0 commit comments

Comments
 (0)