diff --git a/schedule/__init__.py b/schedule/__init__.py index f45ac6c8..9416d44b 100644 --- a/schedule/__init__.py +++ b/schedule/__init__.py @@ -68,7 +68,9 @@ class IntervalError(ScheduleValueError): class CancelJob(object): - """Can be returned from a job to unschedule itself.""" + """ + Can be returned from a job to unschedule itself. + """ pass