Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Oct 1, 2024
1 parent 4c8eb44 commit 565207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/engine/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import uuid
from enum import Enum
from functools import cached_property
from typing import Any, ClassVar, Collection, Dict, Optional, Type
from typing import Any, ClassVar, Collection, Dict, Optional

from django.conf import settings
from django.contrib.auth.models import User
Expand Down

0 comments on commit 565207d

Please sign in to comment.