Skip to content

Commit 66a74de

Browse files
committed
Fix warning
1 parent 95ad74c commit 66a74de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cvat/apps/quality_control/quality_reports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
from functools import cached_property, partial
1313
from typing import Any, Callable, Optional, TypeVar, Union, cast
1414

15+
# We use both full names for internal datumaro symbols and dm.-aliased for external ones
1516
import datumaro
16-
import datumaro as dm
17+
import datumaro as dm # pylint: disable=reimported
1718
import datumaro.components.annotations.matcher
1819
import datumaro.components.comparator
1920
import datumaro.util.annotation_util

0 commit comments

Comments
 (0)