chore: Reformat files

This commit is contained in:
Mike A.
2024-09-03 17:46:12 +02:00
parent 239bc012fb
commit 1c185195b0
17 changed files with 42 additions and 52 deletions

View File

@@ -1,3 +1,5 @@
# ruff: noqa: ASYNC230
import json
from pathlib import Path

View File

@@ -1,6 +1,7 @@
"""
Example showing how to fetch locations of an AirTag, or any other FindMy accessory.
"""
from __future__ import annotations
import logging