Skip to content

Commit 3c7799c

Browse files
Cleanup
1 parent 062524f commit 3c7799c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdocrevisions/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def _download_revision_details(self):
269269
@timeit
270270
def _build_revisions(self):
271271
return [Revision(r) for r in self.revisions_raw['changelog']]
272-
272+
273273

274274
def read_pickle(path):
275275
"""

0 commit comments

Comments
 (0)