Fix a couple of linting errors
This commit is contained in:
parent
682d31afe4
commit
9131fa48ca
2 changed files with 1 additions and 3 deletions
|
@ -13,8 +13,7 @@ logger.setLevel(logging.INFO)
|
|||
|
||||
# Increment when adjusting the custom_id so we don't confuse old users
|
||||
_MATCH_BUTTON_CUSTOM_ID_VERSION = 1
|
||||
_MATCH_BUTTON_CUSTOM_ID_PREFIX = f'match:v{
|
||||
_MATCH_BUTTON_CUSTOM_ID_VERSION}:'
|
||||
_MATCH_BUTTON_CUSTOM_ID_PREFIX = f'match:v{_MATCH_BUTTON_CUSTOM_ID_VERSION}:'
|
||||
|
||||
|
||||
class DynamicGroupButton(discord.ui.DynamicItem[discord.ui.Button],
|
||||
|
|
|
@ -8,7 +8,6 @@ import config
|
|||
import state
|
||||
from cogs.matchy_cog import MatchyCog
|
||||
from cogs.owner_cog import OwnerCog
|
||||
import cogs.match_button as match_button
|
||||
|
||||
State = state.load_from_file()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue