mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed unused variables
This commit is contained in:
parent
5abda85456
commit
597915e7ea
1 changed files with 0 additions and 6 deletions
|
|
@ -27,12 +27,6 @@ from .exceptions import (
|
||||||
from .hooks import PostLaunchHook, PreLaunchHook
|
from .hooks import PostLaunchHook, PreLaunchHook
|
||||||
from .defs import EnvironmentToolGroup, ApplicationGroup, LaunchTypes
|
from .defs import EnvironmentToolGroup, ApplicationGroup, LaunchTypes
|
||||||
|
|
||||||
_logger = None
|
|
||||||
|
|
||||||
CUSTOM_LAUNCH_APP_GROUPS = {
|
|
||||||
"djvview"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
class ApplicationManager:
|
class ApplicationManager:
|
||||||
"""Load applications and tools and store them by their full name.
|
"""Load applications and tools and store them by their full name.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue