From 2724ff392d8563027b200d3e75b63c8209d17700 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:36:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- omeroweb/webclient/views.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/omeroweb/webclient/views.py b/omeroweb/webclient/views.py index 6efff9e1bc..971eb17fce 100755 --- a/omeroweb/webclient/views.py +++ b/omeroweb/webclient/views.py @@ -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