mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
c7ac01718c
* refactor: move OasstError into oasst_shared.exceptions * fix: update OasstError import * fix: linter errors
4 lines
191 B
Python
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
|