mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:13: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
|
|
@ -27,7 +27,6 @@
|
|||
import argparse
|
||||
import asyncio
|
||||
import logging
|
||||
from asyncio import IncompleteReadError
|
||||
|
||||
from websockets import server
|
||||
from websockets.exceptions import ConnectionClosedError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue