Fixed style.

This commit is contained in:
Antoni Boucher 2015-09-12 18:01:04 -04:00
parent 2aa7e5bb35
commit f0a2128499

View File

@ -94,7 +94,6 @@ class UrlCompletionModel(base.BaseCompletionModel):
def _remove_oldest_history(self):
"""Remove the oldest history entry."""
self._history_cat.removeRow(0)
def _add_history_entry(self, entry):