This commit is contained in:
pacnpal
2024-11-18 00:55:15 +00:00
parent 7276e37cab
commit e2d9dfad8c

View File

@@ -21,7 +21,6 @@ try:
from .constants import REACTIONS from .constants import REACTIONS
except ImportError: except ImportError:
# Fall back to absolute imports if relative imports fail # Fall back to absolute imports if relative imports fail
from videoarchiver import utils
from videoarchiver.database.video_archive_db import VideoArchiveDB from videoarchiver.database.video_archive_db import VideoArchiveDB
from videoarchiver.utils.download_manager import DownloadManager from videoarchiver.utils.download_manager import DownloadManager
from videoarchiver.utils.message_manager import MessageManager from videoarchiver.utils.message_manager import MessageManager