passing nox

This commit is contained in:
Andrew Herrington
2021-12-11 17:05:12 -06:00
parent ade2f2ebd6
commit 8bd4b23641
7 changed files with 62 additions and 231 deletions

View File

@@ -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",
]