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] authored and bobcao3 committed Jan 26, 2023
1 parent 64eee2f commit de65271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions python/taichi/ui/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
from taichi.lang import impl
from taichi.lang._texture import Texture

from .staging_buffer import copy_all_to_vbo
from .staging_buffer import get_indices_field
from .staging_buffer import get_vbo_field
from .staging_buffer import to_rgba8
from .staging_buffer import (copy_all_to_vbo, get_indices_field, get_vbo_field,
to_rgba8)
from .utils import get_field_info


Expand Down
6 changes: 2 additions & 4 deletions python/taichi/ui/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
from taichi.types.annotations import template
from taichi.types.primitive_types import f32

from .staging_buffer import copy_all_to_vbo
from .staging_buffer import get_vbo_field
from .staging_buffer import get_indices_field
from .staging_buffer import get_transforms_field
from .staging_buffer import (copy_all_to_vbo, get_indices_field,
get_transforms_field, get_vbo_field)
from .utils import check_ggui_availability, get_field_info

normals_field_cache = {}
Expand Down

0 comments on commit de65271

Please sign in to comment.