Skip to content

Commit

Permalink
Removed unused constant 'grace'
Browse files Browse the repository at this point in the history
is now an optional argument of times_changed method
  • Loading branch information
christophmeissner committed Oct 29, 2015
1 parent 1a002f6 commit 101f6d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scheduler/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from scheduler.models import Shift

logger = logging.getLogger(__name__)
grace = 5 * 60 # 5 minutes in seconds


@receiver(pre_delete, sender=Shift)
Expand Down

0 comments on commit 101f6d9

Please sign in to comment.