Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2023
1 parent 7bbb772 commit 2724ff3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions omeroweb/webclient/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2313,9 +2313,7 @@ def batch_annotate(request, conn=None, **kwargs):
context["template"] = "webclient/annotations/batch_annotate.html"
context["webclient_path"] = reverse("webindex")
objs["plateacquisition"] = objs.pop("acquisition")
context["annotationCounts"] = manager.getBatchAnnotationCounts(
objs
)
context["annotationCounts"] = manager.getBatchAnnotationCounts(objs)
return context


Expand Down

0 comments on commit 2724ff3

Please sign in to comment.