Skip to content

Commit

Permalink
Pre-commit auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 3, 2024
1 parent 661af13 commit c655cc5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/gui/utilityDialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ class ContinueCancelDialog(MessageDialog):
"""

def __init__(
self,
parent,
title: str,
message: str,
dialogType: int = MessageDialog.DIALOG_TYPE_STANDARD,
continueByDefault: bool = True,
self,
parent,
title: str,
message: str,
dialogType: int = MessageDialog.DIALOG_TYPE_STANDARD,
continueByDefault: bool = True,
) -> None:
"""Creates a ContinueCancelDialog MessageDialog.
Expand Down

0 comments on commit c655cc5

Please sign in to comment.