Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
raccube committed Dec 15, 2024
1 parent da77931 commit 9858c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sr/discord_bot/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
import sys
import logging
import sentry_sdk

import sentry_sdk
from dotenv import load_dotenv
from discord import Intents

Expand Down

0 comments on commit 9858c95

Please sign in to comment.