Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed Jan 9, 2025
1 parent edd2268 commit ae68b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cvat/apps/dataset_manager/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from __future__ import annotations

import os
import os.path as osp
import shutil
from abc import ABCMeta, abstractmethod
from datetime import timedelta
Expand Down
2 changes: 1 addition & 1 deletion cvat/apps/engine/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def upload_finished(self, request):
tmp_dir = self._object.get_tmp_dirname()
uploaded_file = os.path.join(tmp_dir, filename)
if not os.path.isfile(uploaded_file):
uploaded_file = None # TODO: why is this needed
uploaded_file = None

return _import_project_dataset(
request=request,
Expand Down

0 comments on commit ae68b9b

Please sign in to comment.