Fixed some missing imports

This commit is contained in:
Dan
2024-05-05 17:15:14 -04:00
parent f9d455a071
commit 14d5ba091d
4 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
import discord
from discord.ui import View, Button
from .logger import logger
from .database import remove_project, remove_task
class ConfirmView(View):
def __init__(self, project_id, timeout=180): # 180 seconds until the view expires