Fix linting errors: Remove f-strings without placeholders and unused imports
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -48,7 +48,7 @@ Examples:
|
|||||||
parsed_data = curl_parser.parse()
|
parsed_data = curl_parser.parse()
|
||||||
|
|
||||||
if args.verbose:
|
if args.verbose:
|
||||||
print(f"Parsed cURL command:")
|
print("Parsed cURL command:")
|
||||||
print(f" URL: {parsed_data.url}")
|
print(f" URL: {parsed_data.url}")
|
||||||
print(f" Method: {parsed_data.method}")
|
print(f" Method: {parsed_data.method}")
|
||||||
print(f" Headers: {parsed_data.headers}")
|
print(f" Headers: {parsed_data.headers}")
|
||||||
|
|||||||
Reference in New Issue
Block a user