mirror of
https://github.com/curl/curl.git
synced 2026-08-01 17:40:29 +03:00
tests: alphabetize and group Python imports & add check
- De-duplicates, groups, and sorts imports based on the provided `isort` settings.
This commit is contained in:
parent
4c1b6f5494
commit
98e470b3a8
44 changed files with 110 additions and 134 deletions
|
|
@ -26,11 +26,9 @@
|
|||
#
|
||||
import logging
|
||||
import re
|
||||
|
||||
import pytest
|
||||
|
||||
from testenv import Env
|
||||
from testenv import CurlClient
|
||||
|
||||
from testenv import CurlClient, Env
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue