Skip to content

Commit

Permalink
Update code for new linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jun 26, 2023
1 parent 4685089 commit ddc2fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydis_core/async_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(
loop: asyncio.AbstractEventLoop,
host: str = "localhost",
port: int = 8125,
prefix: str = None
prefix: str | None = None
):
"""
Create a new :obj:`AsyncStatsClient`.
Expand Down

0 comments on commit ddc2fb7

Please sign in to comment.