removed unused variables

This commit is contained in:
Jakub Trllo 2024-03-27 18:33:56 +01:00
parent 5abda85456
commit 597915e7ea

View file

@ -27,12 +27,6 @@ from .exceptions import (
from .hooks import PostLaunchHook, PreLaunchHook
from .defs import EnvironmentToolGroup, ApplicationGroup, LaunchTypes
_logger = None
CUSTOM_LAUNCH_APP_GROUPS = {
"djvview"
}
class ApplicationManager:
"""Load applications and tools and store them by their full name.