Skip to content

Commit f59bcb7

Browse files
committed
fix
1 parent fa5b30b commit f59bcb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_executable.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ def _get_scripts():
4242
if f.is_file():
4343
scripts.append(f.resolve())
4444
# remove duplicates while preserving order
45-
scripts = list(dict.fromkeys(scripts))
46-
return scripts
45+
return list(dict.fromkeys(scripts))
4746

4847

4948
@all_tools

0 commit comments

Comments
 (0)