Skip to content

Commit 60253e2

Browse files
committed
lint
1 parent 34dbc97 commit 60253e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

key-value/key-value-aio/tests/stores/mongodb/test_mongodb.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ def test_managed_entry_document_conversion():
7575
assert round_trip_managed_entry.expires_at == expires_at
7676

7777

78-
79-
8078
async def clean_mongodb_database(store: MongoDBStore) -> None:
8179
with contextlib.suppress(Exception):
8280
_ = await store._client.drop_database(name_or_database=store._db.name) # pyright: ignore[reportPrivateUsage]
@@ -173,4 +171,3 @@ async def test_value_stored_as_bson_dict(self, store: MongoDBStore):
173171
"version": 1,
174172
}
175173
)
176-

0 commit comments

Comments
 (0)