Skip to content

Commit ab8d3d6

Browse files
committed
Fix typing
1 parent 4ba8513 commit ab8d3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/performance/async_perf_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ async def after(self):
274274
class TestFindOneByID(FindTest, AsyncPyMongoTestCase):
275275
async def do_task(self):
276276
find_one = self.corpus.find_one
277-
for _id in range(self.inserted_ids):
277+
for _id in self.inserted_ids:
278278
await find_one({"_id": _id})
279279

280280

0 commit comments

Comments
 (0)