X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=blobdiff_plain;f=ipsilon%2Futil%2Fdata.py;h=eec00b58ef9e962f0b738a390ec3362fac5db296;hp=0d1c2dfbc9d9458799bcbd8d7b83c5b838ca0b74;hb=1bcc0d697dd37a9268641f0cbaa7e9e781552233;hpb=93d4e52712767fe955f3a44a60a6c6f0f909423b 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