Commit 020f3a17 authored by oroulet's avatar oroulet

expose load_data_type_definition in sync wrappers

parent 2f994cdb
......@@ -128,6 +128,10 @@ class Client:
def load_type_definitions(self, nodes=None):
pass
@syncmethod
async def load_data_type_definitions(self, node=None):
pass
@syncmethod
def set_security(self):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment