forked from Wavyzz/py-healthchecks.io
passing nox
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"""healthchecks_io clients."""
|
||||
from .async_client import AsyncClient # noqa: F401
|
||||
from .sync_client import Client # noqa: F401
|
||||
|
||||
__all__ = ["AsyncClient", "Client"]
|
||||
|
||||
Reference in New Issue
Block a user