Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2025
1 parent f1e0e69 commit 5e76d90
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/api/domains/cho.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" cho: handle cho packets from the osu! client """
"""cho: handle cho packets from the osu! client"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion app/api/domains/map.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" bmap: static beatmap info (thumbnails, previews, etc.) """
"""bmap: static beatmap info (thumbnails, previews, etc.)"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion app/api/domains/osu.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" osu: handle connections from web, api, and beyond? """
"""osu: handle connections from web, api, and beyond?"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion app/api/v1/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" api: bancho.py's developer api for interacting with server state """
"""api: bancho.py's developer api for interacting with server state"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion app/api/v2/clans.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" bancho.py's v2 apis for interacting with clans """
"""bancho.py's v2 apis for interacting with clans"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion app/api/v2/maps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" bancho.py's v2 apis for interacting with maps """
"""bancho.py's v2 apis for interacting with maps"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion app/api/v2/players.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" bancho.py's v2 apis for interacting with players """
"""bancho.py's v2 apis for interacting with players"""

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion app/api/v2/scores.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" bancho.py's v2 apis for interacting with scores """
"""bancho.py's v2 apis for interacting with scores"""

from __future__ import annotations

Expand Down

0 comments on commit 5e76d90

Please sign in to comment.