Skip to content

Commit

Permalink
Update sipa/model/mspk_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Juhrich <[email protected]>
  • Loading branch information
agmes4 and lukasjuhrich committed Dec 26, 2024
1 parent c375563 commit 72284d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/model/mspk_client.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dataclasses import dataclass


@dataclass(frozen=true)
@dataclass(frozen=True)
class MPSKClientEntry:
mac: str
name: str
Expand Down

0 comments on commit 72284d6

Please sign in to comment.