Skip to content

Commit

Permalink
removing unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-TBT committed Mar 19, 2024
1 parent 9f1eac9 commit c5ef8b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion omero_tagsearch/templates/omero_tagsearch/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<h1>Tag Search Prototype</h1>


{% for tag in tags %}
{{ tag }} <br>
{% endfor %}
7 changes: 0 additions & 7 deletions omero_tagsearch/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,6 @@ def getObjectsWithAnnotations(obj_type, include_ids, exclude_ids):

manager = {"containers": {}}
preview = False
project_count = 0
dataset_count = 0
screen_count = 0
plate_count = 0
acquisition_count = 0
well_count = 0
image_count = 0
count_d = {}
if selected_tags:
image_ids = getObjectsWithAnnotations("Image", selected_tags, excluded_tags)
Expand Down

0 comments on commit c5ef8b1

Please sign in to comment.