mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +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
|
|
@ -30,9 +30,8 @@ import re
|
|||
import socket
|
||||
import subprocess
|
||||
import time
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
from typing import List, Dict
|
||||
from typing import Dict, List
|
||||
|
||||
from .curl import CurlClient, ExecResult
|
||||
from .env import Env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue