Skip to content

Commit

Permalink
remove robocrys from component __init__.py
Browse files Browse the repository at this point in the history
this causes errors when import ctc.component because robocrys is an optional dependency
  • Loading branch information
yang-ruoxi authored Nov 3, 2023
1 parent 28f5d3c commit 3598965
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crystal_toolkit/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
PhononBandstructureAndDosPanelComponent,
)
from crystal_toolkit.components.pourbaix import PourbaixDiagramComponent
from crystal_toolkit.components.robocrys import RobocrysComponent
from crystal_toolkit.components.search import SearchComponent
from crystal_toolkit.components.structure import StructureMoleculeComponent

Expand Down

0 comments on commit 3598965

Please sign in to comment.