Commit ba8d3878 authored by Tijmen de Mes's avatar Tijmen de Mes

Removed spurious empty line

parent 220a90f0
......@@ -245,7 +245,6 @@ class MessageHistory(object, metaclass=Singleton):
db_uri = f'sqlite://{db_file}'
self._initialize(db_uri)
@run_in_thread('db')
def _initialize(self, db_uri):
self.db = connectionForURI(db_uri)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment