Skip to content

Commit

Permalink
removed type hint causing problems on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
falko-strenzke committed May 29, 2024
1 parent 435b55d commit 3e12bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/cli_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4477,7 +4477,7 @@ def test_encryption_and_signing(self):
remove_files(dst, dec)


def verify_pqc_algo_ui_nb_to_algo_ui_str(self, stdout: str, algo_ui_exp_strs: list[str]) -> None:
def verify_pqc_algo_ui_nb_to_algo_ui_str(self, stdout: str, algo_ui_exp_strs) -> None:
stdout_lines = stdout.split('\n')
for expected_line in algo_ui_exp_strs:
found_this_entry : bool = False
Expand Down

0 comments on commit 3e12bb1

Please sign in to comment.