Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-TBT committed Oct 10, 2024
1 parent bf70ed1 commit 93d1b15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions omero_figure/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@
path('chgrp/', views.chgrp, name='figure_chgrp'),

# Get group and owner info for multiple images. ?image=1,2,3
path('images_details/', views.images_details, name="figure_images_details"),
path('images_details/', views.images_details,
name="figure_images_details"),

# Get the URL for the LUT png based on the current omero-web version.
# Get the URL for the LUT png based on the current omero-web version
path('is_dynamic_lut/', views.is_dynamic_lut, name='figure_dynamic_lut')
]

0 comments on commit 93d1b15

Please sign in to comment.