chore: make ruff / pre-commit happy

This commit is contained in:
Mike A.
2025-02-27 22:34:30 +01:00
parent 274443c94d
commit ed4ff77003
10 changed files with 20 additions and 16 deletions

View File

@@ -3,4 +3,4 @@
from .http import HttpResponse, HttpSession
from .parsers import decode_plist
__all__ = ("HttpSession", "HttpResponse", "decode_plist")
__all__ = ("HttpResponse", "HttpSession", "decode_plist")