mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-24 12:53:45 +00:00
fix: python lint
This commit is contained in:
parent
cb69d8b0dd
commit
2a0402ce7f
3 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ def test_in_memory_fetchone_select_all_users(provider):
|
|||
cursor = conn.cursor()
|
||||
cursor.execute("CREATE TABLE users (id INT PRIMARY KEY, username TEXT)")
|
||||
cursor.execute("INSERT INTO users VALUES (1, 'alice')")
|
||||
|
||||
|
||||
cursor.execute("SELECT * FROM users")
|
||||
|
||||
alice = cursor.fetchone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue