Skip to content

Commit a0c607f

Browse files
committed
Reorder __all__
The list is *almost* sorted alphabetically so let's make it fully so.
1 parent 28e5eb9 commit a0c607f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pip/_internal/locations/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"USER_CACHE_DIR",
2626
"get_bin_prefix",
2727
"get_bin_user",
28+
"get_isolated_environment_bin_path",
29+
"get_isolated_environment_lib_paths",
2830
"get_major_minor_version",
2931
"get_platlib",
30-
"get_isolated_environment_lib_paths",
31-
"get_isolated_environment_bin_path",
3232
"get_purelib",
3333
"get_scheme",
3434
"get_src_prefix",

0 commit comments

Comments
 (0)