Import and PEP8 cleanups
This commit is contained in:
@@ -3,7 +3,8 @@ class DocumentNotCheckedOut(Exception):
|
||||
Raised when trying to checkin a document that is not checkedout
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
|
||||
class DocumentAlreadyCheckedOut(Exception):
|
||||
"""
|
||||
Raised when trying to checkout an already checkedout document
|
||||
|
||||
Reference in New Issue
Block a user