locale: put all the imports together at the top (#10860)

This commit is contained in:
Alex Waygood
2023-10-08 14:18:27 +02:00
committed by GitHub
parent a042be6b17
commit c47be697a3
2 changed files with 41 additions and 41 deletions

View File

@@ -32,6 +32,7 @@ extra_standard_library = [
"_heapq",
"_imp",
"_json",
"_locale",
"_markupbase",
"_msi",
"_operator",