Skip to content

Commit

Permalink
code layout adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Nov 13, 2024
1 parent c28c7c2 commit 0af5e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mergin/monthly_contributors_error_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

ui_file = os.path.join(os.path.dirname(os.path.realpath(__file__)), "ui", "ui_monthly_contributors_error_dialog.ui.ui")


class MonthlyContributorsErrorDialog(QDialog):
def __init__(self, e, parent=None):
QDialog.__init__(self, parent)
Expand Down

0 comments on commit 0af5e53

Please sign in to comment.