diff options
author | 2023-06-26 09:45:16 +0100 | |
---|---|---|
committer | 2023-07-14 13:20:00 +0100 | |
commit | ff765b41eb005865c12c662a786761961a7ec616 (patch) | |
tree | f2a31e3b2cbf9803f7d89429a33ed2e5c1a10999 /pydis_core/async_stats.py | |
parent | Bump dev deps (diff) |
Update code for new linter rules
Diffstat (limited to 'pydis_core/async_stats.py')
-rw-r--r-- | pydis_core/async_stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_core/async_stats.py b/pydis_core/async_stats.py index ae409467..4c94d856 100644 --- a/pydis_core/async_stats.py +++ b/pydis_core/async_stats.py @@ -16,7 +16,7 @@ class AsyncStatsClient(StatsClientBase): loop: asyncio.AbstractEventLoop, host: str = "localhost", port: int = 8125, - prefix: str = None + prefix: str | None = None ): """ Create a new :obj:`AsyncStatsClient`. |