mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-23 01:05:41 +02:00
Add ruff pre-commit hooks
This commit is contained in:
@@ -85,9 +85,7 @@ class BaseAppleAccount(ABC):
|
||||
return NotImplemented
|
||||
|
||||
@abstractmethod
|
||||
def fetch_reports(
|
||||
self, keys: Sequence[KeyPair], date_from: datetime, date_to: datetime
|
||||
):
|
||||
def fetch_reports(self, keys: Sequence[KeyPair], date_from: datetime, date_to: datetime):
|
||||
return NotImplemented
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user