Skip to content

Commit

Permalink
fix: typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Apr 23, 2024
1 parent fa64ce7 commit 3eb0064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions deepaas/cmd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
from oslo_config import cfg
from oslo_log import log

# from deepaas import config
from deepass import config
from deepaas import config
from deepaas.model import loading
from deepaas.model.v2 import wrapper as v2_wrapper

Expand Down
2 changes: 1 addition & 1 deletion doc/source/install/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The recommended way to install the DEEPaaS API is with ``pip``:

.. code-block:: console
pip install deepass
pip install deepaas
This way you will ensure that the stable version is fetched from pip, rather
than development or unstable version
Expand Down

0 comments on commit 3eb0064

Please sign in to comment.