Skip to content

Commit 84893dc

Browse files
committed
forgot to run precommit (again)
1 parent 2b4797e commit 84893dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_comment.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ def _test_ops(
7070
else:
7171
if iscoroutinefunction(coll.create_index):
7272
coll.create_index("a")
73-
else:
74-
coll.create_index("a")
75-
if iscoroutinefunction(h):
7673
maybe_cursor = h(*args, **kwargs)
7774
else:
75+
coll.create_index("a")
7876
maybe_cursor = h(*args, **kwargs)
7977
self.assertIn(
8078
"comment",

0 commit comments

Comments
 (0)