Skip to content

Commit baf6393

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0aa6e25 commit baf6393

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

crystal_toolkit/components/phonon.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@
1818
from crystal_toolkit.core.mpcomponent import MPComponent
1919
from crystal_toolkit.core.panelcomponent import PanelComponent
2020
from crystal_toolkit.core.scene import Convex, Cylinders, Lines, Scene, Spheres
21-
from crystal_toolkit.helpers.layouts import (
22-
Column,
23-
Columns,
24-
Label,
25-
MessageBody,
26-
MessageContainer,
27-
get_data_list,
28-
)
21+
from crystal_toolkit.helpers.layouts import Column, Columns, Label, get_data_list
2922
from crystal_toolkit.helpers.pretty_labels import pretty_labels
3023

3124
if TYPE_CHECKING:

0 commit comments

Comments
 (0)