Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
squarefk committed Oct 27, 2021
1 parent e406372 commit 933b9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/taichi/lang/source_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import tempfile

from taichi.lang.exception import TaichiSyntaxError
from taichi.lang.ops import asm, bitcode_func_call, external_func_call
from taichi.lang.util import get_clangpp, has_clangpp
from taichi.lang.expr import make_expr_group
from taichi.core.util import ti_core as _ti_core

class SourceBuilder:
Expand Down

0 comments on commit 933b9d0

Please sign in to comment.