Skip to content

Commit

Permalink
Update clustering gui imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kpzn768 committed Dec 4, 2024
1 parent d191850 commit 6415da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ There is a GUI extension to perform clustering of the routes. Enter the followin
.. code-block::
%matplotlib inline
from aizynthfinder.interfaces.gui import ClusteringGui
from aizynthfinder.interfaces.gui.clustering import ClusteringGui
ClusteringGui.from_app(app)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from aizynthfinder.tools.make_stock import main as make_stock_main

try:
from aizynthfinder.interfaces.gui import ClusteringGui
from aizynthfinder.interfaces.gui.clustering import ClusteringGui
except ImportError:
SUPPORT_CLUSTERING = False
else:
Expand Down

0 comments on commit 6415da4

Please sign in to comment.