Skip to content

Commit

Permalink
formatted with black
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarika-padmanaban committed Aug 21, 2024
1 parent e4bc7e3 commit c698ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/dataset/admin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# import resource
import resource
from django.contrib import admin
from import_export.admin import ImportExportActionModelAdmin
from .resources import *
Expand Down
6 changes: 3 additions & 3 deletions backend/workspaces/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1669,9 +1669,9 @@ def cumulative_tasks_count_all(self, request, pk=None):
project_types = [request.query_params["project_type_filter"]]
else:
project_types = [
"InstructionDrivenChat",
"ModelInteractionEvaluation",
"ModelOutputEvaluation",
"InstructionDrivenChat",
"ModelInteractionEvaluation",
"ModelOutputEvaluation",
]
if "project_type" in dict(request.query_params):
project_type = request.query_params["project_type"]
Expand Down

0 comments on commit c698ba2

Please sign in to comment.