Skip to content

Commit 15a4025

Browse files
committed
Fix linter
1 parent 1cb7e44 commit 15a4025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/cvat/recording-oracle/src/core/annotation_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from __future__ import annotations
22

3+
from pathlib import Path # noqa: TCH003
34
from typing import TYPE_CHECKING
45

5-
from pathlib import Path
66
from pydantic import BaseModel
77

88
if TYPE_CHECKING:

0 commit comments

Comments
 (0)