forked from Wavyzz/py-healthchecks.io
passing nox
This commit is contained in:
@@ -7,3 +7,12 @@ from .client.exceptions import BadAPIRequestError # noqa: F401, E402
|
||||
from .client.exceptions import CheckNotFoundError # noqa: F401, E402
|
||||
from .client.exceptions import HCAPIAuthError # noqa: F401, E402
|
||||
from .client.exceptions import HCAPIError # noqa: F401, E402
|
||||
|
||||
__all__ = [
|
||||
"AsyncClient",
|
||||
"Client",
|
||||
"BadAPIRequestError",
|
||||
"CheckNotFoundError",
|
||||
"HCAPIAuthError",
|
||||
"HCAPIError",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user