Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
remove var
  • Loading branch information
JonasJoKuJonas committed Oct 7, 2022
1 parent 85e7f45 commit fbd16f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/webuntis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def _next_class(self):
table = self.session.timetable(start=today, end=in_x_days, **timetable_object)

now = datetime.now()
last_time = None

time_list = []
for lesson in table:
Expand Down

0 comments on commit fbd16f6

Please sign in to comment.