Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Jan 31, 2025
1 parent 95ad74c commit 66a74de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cvat/apps/quality_control/quality_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
from functools import cached_property, partial
from typing import Any, Callable, Optional, TypeVar, Union, cast

# We use both full names for internal datumaro symbols and dm.-aliased for external ones
import datumaro
import datumaro as dm
import datumaro as dm # pylint: disable=reimported
import datumaro.components.annotations.matcher
import datumaro.components.comparator
import datumaro.util.annotation_util
Expand Down

0 comments on commit 66a74de

Please sign in to comment.