Auto-generated patch by python-black
[integration/test.git] / csit / variables / jsonrpc / odl-jsonrpc-test-read
index dce14b5668c6a7a0d8feb483de22a1b7c2594bc9..f69f12715ea7eac9ad4f7456a2b3701e47665e4f 100755 (executable)
@@ -101,7 +101,7 @@ class Service(object):
         try:
             # assumes that params are supplied as a list for call by position
             response["result"] = self._methods[method](
-                params['store'], params['entity'], params['path']
+                params["store"], params["entity"], params["path"]
             )  # pylint: disable=star-args
         except KeyError:
             response["error"] = {"code": -32601, "message": "Method not found"}