Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed May 27, 2024
1 parent 2af76a8 commit aafc369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/dataset_manager/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import zipfile
from contextlib import contextmanager
from copy import deepcopy
from datetime import datetime, timedelta
from datetime import timedelta
from threading import Lock
from typing import Any, Generator, Optional, Sequence

Expand Down

0 comments on commit aafc369

Please sign in to comment.