Skip to content

Commit 0b8ecc4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bdac33d commit 0b8ecc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)