Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJiahao authored and github-actions[bot] committed Dec 11, 2023
1 parent 2220e74 commit c28315b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/export_cite_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ def start(self) -> None:
"""Vie kaikki viitteet."""

super().start()
name = self._ask_string(
"Syötä viitetiedoston nimi: "
)
name = self._ask_string("Syötä viitetiedoston nimi: ")

if name == "robot_test":
path = os.path.join(DATA_DIRECTORY, "test", name)
Expand Down

0 comments on commit c28315b

Please sign in to comment.