Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Jul 10, 2023
1 parent d54144d commit 89c0061
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from sbstudio.model.point import Point3D

from sbstudio.plugin.model.formation import add_points_to_formation
from sbstudio.plugin.utils.image import set_pixel

from .base import FormationOperator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from sbstudio.plugin.api import get_api
from sbstudio.plugin.model.formation import add_points_to_formation
from sbstudio.plugin.selection import Collections
from sbstudio.plugin.utils.image import set_pixel

from .base import FormationOperator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
find_f_curve_for_data_path_and_index,
)
from sbstudio.plugin.model.formation import add_points_to_formation
from sbstudio.plugin.utils.image import set_pixel

from .base import FormationOperator

Expand Down

0 comments on commit 89c0061

Please sign in to comment.