Fix olddeps test
This commit is contained in:
committed by
Andrew Morgan
parent
87d80b0f9a
commit
2f3a075514
@@ -364,7 +364,7 @@ class RoomIdWithDomain(DomainSpecificString):
|
||||
ROOM_ID_PATTERN_DOMAINLESS = re.compile(r"^[A-Za-z0-9\-_]{43}$")
|
||||
|
||||
|
||||
@attr.define(slots=True, frozen=True, repr=False)
|
||||
@attr.s(slots=True, frozen=True, repr=False)
|
||||
class RoomID:
|
||||
"""Structure representing a room id without a domain.
|
||||
There are two forms of room IDs:
|
||||
|
||||
Reference in New Issue
Block a user