Skip to content

Commit

Permalink
chore: Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Sep 17, 2024
1 parent 8ef5774 commit 42aba78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions findmy/accessory.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ def keys_between(self, start: int | datetime, end: int | datetime) -> set[KeyPai
class FindMyAccessory(RollingKeyPairSource):
"""A findable Find My-accessory using official key rollover."""

# pylint: disable=too-many-arguments
def __init__(
def __init__( # noqa: PLR0913
self,
master_key: bytes,
skn: bytes,
Expand Down

0 comments on commit 42aba78

Please sign in to comment.