Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Sep 19, 2024
1 parent 95b6ebd commit 1c19e87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tdrs-backend/tdpservice/data_files/admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ class Media:

def reparse_cmd(self, request, queryset):
"""Reparse the selected data files."""
# TOTO: remove this if part. This is just for testing
# we can run the command directly here

files = queryset.values_list("id", flat=True)
file_ids = ",".join(map(str, files))
from django.core.management import call_command
Expand Down

0 comments on commit 1c19e87

Please sign in to comment.