Skip to content

Commit c00ef05

Browse files
committed
chore: Remove duplicated Joined dataclass
1 parent 5f279ca commit c00ef05

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

python/socha/api/protocol/protocol.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -268,21 +268,6 @@ class Meta:
268268
)
269269

270270

271-
@dataclass
272-
class Joined:
273-
class Meta:
274-
name = 'joined'
275-
276-
room_id: Optional[str] = field(
277-
default=None,
278-
metadata={
279-
'name': 'roomId',
280-
'type': 'Attribute',
281-
'required': True,
282-
},
283-
)
284-
285-
286271
@dataclass
287272
class Left(ProtocolPacket):
288273
"""

0 commit comments

Comments
 (0)