Skip to content

Commit 97c0bc1

Browse files
style: pre-commit fixes
1 parent 835da5b commit 97c0bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_executable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_module(tool):
2727

2828

2929
def _get_scripts():
30-
# Collect all "scripts" directories from sysconfig schemes
30+
# Collect all "scripts" directories from sysconfig schemes
3131
scripts_paths = [
3232
Path(sysconfig.get_path("scripts", scheme)).resolve()
3333
for scheme in sysconfig.get_scheme_names()

0 commit comments

Comments
 (0)