Skip to content

Commit

Permalink
minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 30, 2024
1 parent e1f0d32 commit 93b61ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/adapters/osu_api_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ async def fetch_beatmap_osu_file_data(beatmap_id: int) -> bytes | None:
except Exception:
logging.exception(
"Failed to fetch beatmap osu file from osu! API v1",
extra={
"beatmap_id": beatmap_id,
},
extra={"beatmap_id": beatmap_id},
)
raise

0 comments on commit 93b61ad

Please sign in to comment.