Skip to content

Commit 6f30485

Browse files
committed
Fixed typos
1 parent c282256 commit 6f30485

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cvat/apps/events/serializers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ class ClientEventsSerializer(serializers.Serializer):
3434
'lock:object', # TODO: remove in next releases
3535
'change:attribute', # TODO: remove in next releases
3636
'change:label', # TODO: remove in next releases
37-
'send:exception',
37+
'send:exception', 'join:objects', 'change:frame',
3838
'draw:object', 'paste:object', 'copy:object', 'propagate:object',
3939
'drag:object', 'resize:object', 'delete:object',
4040
'merge:objects', 'split:objects', 'group:objects', 'slice:object',
41-
'join:objects', , 'change:frame',
4241
'zoom:image', 'fit:image', 'rotate:image', 'action:undo', 'action:redo',
4342
'debug:info', 'run:annotations_action', 'click:element'
4443
))

0 commit comments

Comments
 (0)