mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:33:33 +03:00
tests: change Python code style to pass ruff checks
Most of the changes consisted of removing unused imports and unnecessary f-strings.
This commit is contained in:
parent
2f3b7f20fb
commit
0f7ba5c5bf
32 changed files with 231 additions and 282 deletions
|
|
@ -24,12 +24,10 @@
|
|||
#
|
||||
###########################################################################
|
||||
#
|
||||
import json
|
||||
import logging
|
||||
from typing import Optional, Tuple, List, Dict
|
||||
import pytest
|
||||
|
||||
from testenv import Env, CurlClient, ExecResult
|
||||
from testenv import Env, CurlClient
|
||||
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue