Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in import #149

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading