Teach isort that imports from utils are first-party imports (#9500)

This commit is contained in:
Alex Waygood
2023-01-11 16:25:32 +00:00
committed by GitHub
parent b8f337a452
commit ab1921a737
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ extra_standard_library = [
"opcode",
"pyexpat",
]
known_first_party = ["utils"]
[tool.pycln]
all = true