forked from Wavyzz/py-healthchecks.io
feat: add python 3.11 support (#392)
* feat: add python 3.11 support - adds testing for python 3.11 - moves from black and flake8 to ruff for linting - Updates coverage output from tests * fix: fix dev dependency group * fix: add installing dev dependencies * ci: add toml * ci: simplify coverage * ci: update coverage
This commit is contained in:
@@ -83,7 +83,8 @@ class AbstractClient(ABC):
|
||||
endpoint (str): Endpoint to request
|
||||
|
||||
Raises:
|
||||
BadAPIRequestError: Raised if you pass a uuid and a slug, or if pinging by a slug and do not have a ping key set
|
||||
BadAPIRequestError: Raised if you pass a uuid and a slug, or if pinging by a slug and do not have a
|
||||
ping key set
|
||||
|
||||
Returns:
|
||||
str: url for this
|
||||
|
||||
Reference in New Issue
Block a user