Skip to content

Commit 174522d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python/test_fields_builder.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import numpy as np
12
import pytest
23
from taichi.lang.exception import TaichiRuntimeError
34

4-
import numpy as np
55
import taichi as ti
66
from tests import test_utils
77

@@ -238,4 +238,4 @@ def test_fields_builder_numpy_dimension():
238238
y = ti.field(ti.i32)
239239
fb.dense(ti.i, shape).place(x)
240240
fb.pointer(ti.j, shape).place(y)
241-
fb.finalize()
241+
fb.finalize()

0 commit comments

Comments
 (0)