diff --git a/videoarchiver/__init__.py b/videoarchiver/__init__.py index 0d34d1e..3aa89fb 100644 --- a/videoarchiver/__init__.py +++ b/videoarchiver/__init__.py @@ -125,8 +125,6 @@ from .database import * from .utils import * from .core import * from .config import * -from config_manager import * -from update_checker import * logger = logging.getLogger("VideoArchiver")