Fix linting errors: Remove f-strings without placeholders and unused imports
All checks were successful
CI / test (push) Successful in 11s

This commit is contained in:
2026-02-01 18:26:49 +00:00
parent 9c236db30f
commit 81af5bfef1

View File

@@ -3,7 +3,6 @@ cURL command parser module.
"""
import re
import shlex
from dataclasses import dataclass, field
from typing import Optional