♻️ remove unnecessary type hinting

This commit is contained in:
Ondrej Samohel 2025-05-02 14:47:46 +02:00
parent 624dfcccad
commit 917e32cb13
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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."""