Skip to content

Commit

Permalink
Fixes from ruff lint.
Browse files Browse the repository at this point in the history
Signed-off-by: robertsokola <[email protected]>
  • Loading branch information
TheXer committed Aug 25, 2023
1 parent a2a992d commit 2ec8425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ui/button.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from functools import cached_property

import asyncio

import aiomysql.pool
import discord
Expand All @@ -9,7 +10,6 @@
from src.ui.emojis import ScoutEmojis
from src.ui.modals import NewOptionModal
from src.ui.poll import Poll
import asyncio


class ButtonBackend(discord.ui.Button):
Expand Down
2 changes: 1 addition & 1 deletion src/ui/embeds.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
import pathlib
from datetime import datetime, timedelta
from datetime import datetime

import discord
from discord.colour import Color, Colour
Expand Down

0 comments on commit 2ec8425

Please sign in to comment.