mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
Converted all 'from videoarchiver.' imports to relative imports
This commit is contained in:
@@ -7,8 +7,8 @@ from typing import List, Optional
|
||||
import discord
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from videoarchiver.processor.constants import REACTIONS, ReactionType, get_reaction, get_progress_emoji
|
||||
from videoarchiver.database.video_archive_db import VideoArchiveDB
|
||||
from .processor.constants import REACTIONS, ReactionType, get_reaction, get_progress_emoji
|
||||
from .database.video_archive_db import VideoArchiveDB
|
||||
|
||||
logger = logging.getLogger("VideoArchiver")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user