Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z authored Sep 8, 2023
1 parent 890c49f commit 801784a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from discord.ext import tasks
from sentry_sdk.integrations.logging import LoggingIntegration
from sentry_sdk.crons import monitor
from time import perf_counter
from time import perf_counter, sleep


sentry_logging = LoggingIntegration(
Expand Down

0 comments on commit 801784a

Please sign in to comment.