Files
OpenLLM/typings/docker/credentials/errors.pyi
Aaron Pham c7f4dc7bb2 feat(test): snapshot testing (#107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-10 17:23:19 -04:00

8 lines
219 B
Python
Generated

"""This type stub file was generated by pyright."""
class StoreError(RuntimeError): ...
class CredentialsNotFound(StoreError): ...
class InitializationError(StoreError): ...
def process_store_error(cpe, program): ...