Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 4481436

Browse files
committed
fixed black issue with formatting
1 parent 962a806 commit 4481436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_databases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async def test_results_support_column_reference(database_url):
195195
values = {"title": "Hello, world Article", "published": now}
196196
await database.execute(query, values)
197197

198-
query = custom_date.insert()
198+
query = custom_date.insert()
199199
values = {"title": "Hello, world Custom", "published": today}
200200
await database.execute(query, values)
201201

0 commit comments

Comments
 (0)