Skip to content

Commit

Permalink
Use correct import in whistleflow_dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Jul 23, 2024
1 parent bb90a14 commit e5bd594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from PyQt5.QtCore import QSize, pyqtSlot

from securedrop_client.export import ExportError, ExportStatus
from securedrop_client.export_status import ExportError, ExportStatus
from securedrop_client.gui.base import ModalDialog, SecureQLabel

from ....export import Export
Expand Down

0 comments on commit e5bd594

Please sign in to comment.