Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2022
1 parent 6f7d703 commit 174522d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/test_fields_builder.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import pytest
from taichi.lang.exception import TaichiRuntimeError

import numpy as np
import taichi as ti
from tests import test_utils

Expand Down Expand Up @@ -238,4 +238,4 @@ def test_fields_builder_numpy_dimension():
y = ti.field(ti.i32)
fb.dense(ti.i, shape).place(x)
fb.pointer(ti.j, shape).place(y)
fb.finalize()
fb.finalize()

0 comments on commit 174522d

Please sign in to comment.