mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:16:07 -04:00
update black to 21.6b0 (#10197)
Reformat all files with the new version. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
This commit is contained in:
parent
6f1a28de19
commit
8070b893db
17 changed files with 28 additions and 27 deletions
|
@ -284,14 +284,14 @@ class RoomAlias(DomainSpecificString):
|
|||
|
||||
@attr.s(slots=True, frozen=True, repr=False)
|
||||
class RoomID(DomainSpecificString):
|
||||
"""Structure representing a room id. """
|
||||
"""Structure representing a room id."""
|
||||
|
||||
SIGIL = "!"
|
||||
|
||||
|
||||
@attr.s(slots=True, frozen=True, repr=False)
|
||||
class EventID(DomainSpecificString):
|
||||
"""Structure representing an event id. """
|
||||
"""Structure representing an event id."""
|
||||
|
||||
SIGIL = "$"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue