Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Nov 18, 2021
1 parent 332d74e commit c3ae545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/taichi/lang/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
from taichi.lang.expr import Expr, make_expr_group
from taichi.lang.field import Field, ScalarField
from taichi.lang.kernel_arguments import SparseMatrixProxy
from taichi.lang.matrix import _IntermediateMatrix, MatrixField
from taichi.lang.matrix import MatrixField, _IntermediateMatrix
from taichi.lang.snode import SNode
from taichi.lang.struct import _IntermediateStruct, StructField
from taichi.lang.struct import StructField, _IntermediateStruct
from taichi.lang.tape import TapeImpl
from taichi.lang.util import (cook_dtype, is_taichi_class, python_scope,
taichi_scope)
Expand Down

0 comments on commit c3ae545

Please sign in to comment.