mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
♻️ remove unnecessary type hinting
This commit is contained in:
parent
624dfcccad
commit
917e32cb13
1 changed files with 0 additions and 5 deletions
|
|
@ -1,8 +1,5 @@
|
|||
""""Pre launch hook to remove launcher paths from the system."""
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
from typing import ClassVar
|
||||
|
||||
from ayon_applications import PreLaunchHook
|
||||
|
||||
|
|
@ -17,9 +14,7 @@ class PreRemoveLauncherPaths(PreLaunchHook):
|
|||
conflicts with other applications that may have the same DLLs in their
|
||||
paths.
|
||||
"""
|
||||
|
||||
order = 1
|
||||
launch_types: ClassVar[set] = set()
|
||||
|
||||
def execute(self) -> None:
|
||||
"""Execute the hook."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue