Skip to content

Commit

Permalink
Undo formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Feb 10, 2021
1 parent b410ab6 commit 402308e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schedule/__init__.py
Expand Up @@ -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

Expand Down

0 comments on commit 402308e

Please sign in to comment.