Skip to content

Commit f1fd1e9

Browse files
github-actions[bot]youknowone
authored andcommitted
Auto-format: ruff format
1 parent 41cdc5c commit f1fd1e9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/update_lib/tests/test_quick.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@
66
from unittest.mock import patch
77

88
from update_lib.path import lib_to_test_path
9-
from update_lib.quick import _expand_shortcut, collect_original_methods, get_cpython_dir, git_commit
9+
from update_lib.quick import (
10+
_expand_shortcut,
11+
collect_original_methods,
12+
get_cpython_dir,
13+
git_commit,
14+
)
1015

1116

1217
class TestGetCpythonDir(unittest.TestCase):

0 commit comments

Comments
 (0)