Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Feb 5, 2025
1 parent ffd5fea commit 960600f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/securedrop_client/gui/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def trigger(self) -> None:
else:
self._confirmation_dialog.exec()


class DeleteConversationAction(QAction):
"""Use this action to delete a source's submissions and replies."""

Expand Down
1 change: 1 addition & 0 deletions client/securedrop_client/gui/source/delete/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

from gettext import gettext as _
from gettext import ngettext

from PyQt5.QtCore import QTimer

from securedrop_client.db import Source
Expand Down

0 comments on commit 960600f

Please sign in to comment.