We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7550b64 commit 8333035Copy full SHA for 8333035
test/test_manual.py
@@ -28,8 +28,8 @@ def tearDown(self):
28
pass
29
30
async def test_manual(self):
31
- async with manticoresearch.ApiClient(self.configuration) as client:
32
- pprint("Tests finished")
+ async with manticoresearch.ApiClient(self.configuration) as client:
+ pprint("Tests finished")
33
34
if __name__ == '__main__':
35
unittest.main()
0 commit comments