Fixed style.
This commit is contained in:
parent
2aa7e5bb35
commit
f0a2128499
@ -94,7 +94,6 @@ class UrlCompletionModel(base.BaseCompletionModel):
|
|||||||
|
|
||||||
def _remove_oldest_history(self):
|
def _remove_oldest_history(self):
|
||||||
"""Remove the oldest history entry."""
|
"""Remove the oldest history entry."""
|
||||||
|
|
||||||
self._history_cat.removeRow(0)
|
self._history_cat.removeRow(0)
|
||||||
|
|
||||||
def _add_history_entry(self, entry):
|
def _add_history_entry(self, entry):
|
||||||
|
Loading…
Reference in New Issue
Block a user