Fixed lint error

This commit is contained in:
Simon Willison 2019-07-23 09:41:34 +02:00
commit 535a731b93

View file

@ -733,4 +733,4 @@ def test_cannot_provide_both_filename_and_memory():
with pytest.raises(
AssertionError, match="Either specify a filename_or_conn or pass memory=True"
):
db = Database("/tmp/foo.db", memory=True)
Database("/tmp/foo.db", memory=True)