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

@@ -5,10 +5,10 @@ from .accessory import FindMyAccessory
from .keys import KeyPair
__all__ = (
"FindMyAccessory",
"KeyPair",
"errors",
"keys",
"reports",
"scanner",
"errors",
"FindMyAccessory",
"KeyPair",
)