summaryrefslogtreecommitdiffstats
path: root/ipsilon/util/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/util/data.py')
-rw-r--r--ipsilon/util/data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipsilon/util/data.py b/ipsilon/util/data.py
index 0d1c2df..eec00b5 100644
--- a/ipsilon/util/data.py
+++ b/ipsilon/util/data.py
@@ -58,7 +58,6 @@ class SqlStore(Log):
# It's not possible to share connections for SQLite between
# threads, so let's use the SingletonThreadPool for them
pool_args = {'poolclass': SingletonThreadPool}
- # pylint: disable=star-args
self._dbengine = create_engine(engine_name, **pool_args)
self.is_readonly = False