remove unused import

This commit is contained in:
Jakub Trllo 2024-08-09 16:19:27 +02:00
parent f3c9ffac1a
commit c9a2022d0c

View file

@ -12,7 +12,6 @@ from uuid import uuid4
from abc import ABC, abstractmethod
from typing import Optional
import appdirs
import ayon_api
from semver import VersionInfo