Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed Apr 3, 2024
1 parent cc48a5e commit cfe5b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgkex/broker/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def from_dict(cls, msg: dict) -> "KeyExchange":
raise ValueError(f"Domain {domain} not in configured domains.")
return cls(public_key=public_key, domain=domain)


@dataclasses.dataclass
class Gateway:
"""A best Gateway message.
Expand Down

0 comments on commit cfe5b8c

Please sign in to comment.