Skip to content

Commit 57e67f3

Browse files
committed
Import whitelist_override
1 parent f84ddd6 commit 57e67f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/advent_of_code/_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from bot.exts.advent_of_code import _helpers
2323
from bot.exts.advent_of_code.views.dayandstarview import AoCDropdownView
2424
from bot.utils import members
25-
from bot.utils.decorators import in_month, in_whitelist, with_role
25+
from bot.utils.decorators import in_month, in_whitelist, whitelist_override, with_role
2626

2727
log = logging.getLogger(__name__)
2828

0 commit comments

Comments
 (0)