Skip to content

Commit 147ffb2

Browse files
committed
missed an (object)
1 parent d7c2ab2 commit 147ffb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/next18/presentation_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919

2020

21-
class PresentationWriter:
21+
class PresentationWriter(object):
2222
"""Queues writes for modifying a presentation.
2323
2424
Call ExecuteBatchUpdate to flush pending writes.

0 commit comments

Comments
 (0)