Fix linting errors: Remove f-strings without placeholders and unused imports
All checks were successful
CI / test (push) Successful in 11s
All checks were successful
CI / test (push) Successful in 11s
This commit is contained in:
@@ -3,7 +3,6 @@ cURL command parser module.
|
||||
"""
|
||||
|
||||
import re
|
||||
import shlex
|
||||
from dataclasses import dataclass, field
|
||||
from typing import Optional
|
||||
|
||||
|
||||
Reference in New Issue
Block a user