Skip to content

Commit

Permalink
quality(sonar): remove self assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 29, 2024
1 parent 543731b commit 725fb9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qtribu/gui/form_rdp_news.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def __init__(self, parent=None):
)

# connect standard buttons
self.btn_box: QDialogButtonBox = self.btn_box
self.btn_box.helpRequested.connect(
partial(
open_url_in_browser,
Expand Down

0 comments on commit 725fb9f

Please sign in to comment.