Files
Open-Assistant/oasst-shared/oasst_shared/exceptions/__init__.py
T
Jack Michaud c7ac01718c refactor: move OasstError into oasst_shared.exceptions (#289)
* refactor: move OasstError into oasst_shared.exceptions

* fix: update OasstError import

* fix: linter errors
2023-01-02 22:03:53 +01:00

4 lines
191 B
Python

# Ignore unused imports; these are re-exported
from .oasst_api_error import OasstError as OasstError # noqa: F401
from .oasst_api_error import OasstErrorCode as OasstErrorCode # noqa: F401