Skip to content

Commit

Permalink
Fix flake8 style.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBortol committed Oct 23, 2024
1 parent 5356acc commit ab934e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omero_vitessce/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def __init__(self, file_names, file_urls,
initial=False, required=False,
help_text=ConfigForm.rois_help)
self.fields["rois"].widget.attrs = \
{'onclick': "javascript:toggleDisabled('id_rois', 'id_segmentation', true);"}
{"onclick":
"javascript:toggleDisabled('id_rois', 'id_segmentation', true);"}

self.fields["cell_identities"] = forms.ChoiceField(
choices=self.text_choices, required=False,
Expand Down

0 comments on commit ab934e6

Please sign in to comment.