Skip to content

Commit

Permalink
remove robocrys from component __init__.py (#376)
Browse files Browse the repository at this point in the history
* remove robocrys from component __init__.py

this causes errors when import ctc.component because robocrys is an optional dependency

* move robocrys component to apps/main.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
yang-ruoxi and pre-commit-ci[bot] committed Nov 3, 2023
1 parent 28f5d3c commit 7b2b883
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 7b2b883

Please sign in to comment.