Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
legoktm committed Dec 6, 2023
1 parent 33417a5 commit cd69841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
Source,
make_session_maker,
)
from securedrop_client.export import ExportStatus
from securedrop_client.gui import conversation
from securedrop_client.gui.main import Window
from securedrop_client.logic import Controller
from securedrop_client.export import ExportStatus

with open(os.path.join(os.path.dirname(__file__), "files", "test-key.gpg.pub.asc")) as f:
PUB_KEY = f.read()
Expand Down

0 comments on commit cd69841

Please sign in to comment.