Skip to content

Commit

Permalink
commit black format change
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD committed Jan 12, 2024
1 parent b7128e7 commit 8cd485e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion napari_animation/_qt/animation_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def _on_slider_moved(self, event=None):
self.animation.set_movie_frame_index(frame_index)

def _save_callback(self, event=None):

saveDialogWidget = SaveDialogWidget(self)
animation_kwargs = saveDialogWidget.getAnimationParameters(
self, "Save animation", str(Path.home())
Expand Down

0 comments on commit 8cd485e

Please sign in to comment.