We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5b30b commit f59bcb7Copy full SHA for f59bcb7
1 file changed
tests/test_executable.py
@@ -42,8 +42,7 @@ def _get_scripts():
42
if f.is_file():
43
scripts.append(f.resolve())
44
# remove duplicates while preserving order
45
- scripts = list(dict.fromkeys(scripts))
46
- return scripts
+ return list(dict.fromkeys(scripts))
47
48
49
@all_tools
0 commit comments