Document all the public functions

This commit is contained in:
Matteo Bertucci
2021-01-20 11:36:15 +01:00
parent 8edab54df1
commit e62aae6777
2 changed files with 18 additions and 2 deletions

View File

@ -62,7 +62,6 @@ def get_ip(ipv6: bool) -> str:
class CloudflareHTTPError(HTTPError):
"""HTTPError coming from a Cloudflare endpoint."""
pass
def check_status(r: Response) -> Response: