diff --git a/src/pydiscourse/client.py b/src/pydiscourse/client.py index df22ac7..40f8dd5 100644 --- a/src/pydiscourse/client.py +++ b/src/pydiscourse/client.py @@ -35,7 +35,7 @@ def now() -> datetime: return datetime.utcnow() -class DiscourseClient(object): +class DiscourseClient: """Discourse API client""" def __init__(self, host, api_username, api_key, timeout=None):