Skip to content

Commit 64be111

Browse files
chore: removed empty line I didn't like
1 parent 26f7909 commit 64be111

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_workflow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ async def test_tz_awareness():
5555
await collection.insert_one({'d': tz_aware_date})
5656
result = await collection.find_one()
5757
assert result
58-
5958
assert result['d'].tzinfo.__class__ is bson.tz_util.FixedOffset
6059

6160

0 commit comments

Comments
 (0)