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 9f60a37 commit c24f410Copy full SHA for c24f410
test/test_manual.py
@@ -20,9 +20,9 @@
20
class TestManualApi(IsolatedAsyncioTestCase):
21
22
def setUp(self):
23
- configuration = manticoresearch.Configuration(
24
- host = "http://localhost:9408"
25
- )
+ configuration = manticoresearch.Configuration(
+ host = "http://localhost:9408"
+ )
26
self.client = manticoresearch.ApiClient(configuration)
27
28
def tearDown(self):
0 commit comments