Skip to content
Snippets Groups Projects
Commit 4e62fdbd authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Remove unused imports

parent 8134a335
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@
import logging
import time
from bisect import bisect_right
from datetime import datetime
from datetime import timedelta
from gi.repository import GLib
......@@ -96,7 +94,6 @@ def set_history_complete(self, complete):
self._scroll_hint_row.set_history_complete(complete)
def _reset_conversation_view(self):
self._last_incoming_timestamp = datetime.fromtimestamp(0)
self._row_count = 0
self.clearing = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment