add more annotations imports

This commit is contained in:
Jakub Trllo 2025-07-09 15:51:36 +02:00
parent ef4c5d6761
commit 0927358cd8
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,5 @@
from __future__ import annotations
import sys
import traceback
import inspect

View file

@ -1,5 +1,6 @@
"""Products model for loader tools."""
from __future__ import annotations
import collections
import contextlib
from typing import TYPE_CHECKING, Iterable, Optional

View file

@ -1,3 +1,6 @@
from __future__ import annotations
class SelectionModel(object):
"""Model handling selection changes.

View file

@ -1,3 +1,5 @@
from __future__ import annotations
import collections
from ayon_api import (