Remove unnecessary array initialzation
This commit is contained in:
parent
a6e33e537f
commit
d93cc1b44d
@ -75,5 +75,4 @@ class HistoryController(object):
|
||||
def _load_state(self, state, coverage):
|
||||
if state:
|
||||
if 'history' in coverage:
|
||||
self._history = []
|
||||
self._history = [(h.timestamp, h.track) for h in state.history]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user