Commit 9ef58d41 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Remove trailing whitespaces and previous_date because is assigned but never used

parent c1daabec
...@@ -198,7 +198,6 @@ class PresencePeriod(Movement, PeriodicityMixin): ...@@ -198,7 +198,6 @@ class PresencePeriod(Movement, PeriodicityMixin):
day_count = int(current_date-next_start_date) day_count = int(current_date-next_start_date)
next_start_date = next_start_date + day_count next_start_date = next_start_date + day_count
previous_date = next_start_date
next_start_date = addToDate(next_start_date, day=1) next_start_date = addToDate(next_start_date, day=1)
while 1: while 1:
if (self._validateDay(next_start_date)) and \ if (self._validateDay(next_start_date)) and \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment