Skip to content

Commit cdda9cd

Browse files
committed
remove unused imports
1 parent 786af01 commit cdda9cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ayon_api/server_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
SERVER_RETRIES_ENV_KEY,
4242
DEFAULT_FOLDER_TYPE_FIELDS,
4343
DEFAULT_TASK_TYPE_FIELDS,
44-
DEFAULT_PROJECT_LINK_TYPES_FIELDS,
4544
DEFAULT_PROJECT_STATUSES_FIELDS,
4645
DEFAULT_PROJECT_TAGS_FIELDS,
4746
DEFAULT_PRODUCT_TYPE_FIELDS,
@@ -59,7 +58,6 @@
5958
)
6059
from .graphql import GraphQlQuery, INTROSPECTION_QUERY
6160
from .graphql_queries import (
62-
project_graphql_query,
6361
projects_graphql_query,
6462
product_types_query,
6563
folders_graphql_query,

0 commit comments

Comments
 (0)