pylint 1.4.3 version fixes
[cascardo/ipsilon.git] / ipsilon / util / data.py
index 0d1c2df..eec00b5 100644 (file)
@@ -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}
             # 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
 
         self._dbengine = create_engine(engine_name, **pool_args)
         self.is_readonly = False