mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +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 .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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue