Commit 36e7b345 authored by mouadh's avatar mouadh

format

parent 5e5a898e
...@@ -177,7 +177,6 @@ class XmlaProviderService(ServiceBase): ...@@ -177,7 +177,6 @@ class XmlaProviderService(ServiceBase):
df = executer.execute_mdx() df = executer.execute_mdx()
xmla_tools = XmlaExecuteTools(executer) xmla_tools = XmlaExecuteTools(executer)
# xml = xmlwitch.Builder() # xml = xmlwitch.Builder()
# with xml.OlapInfo(xmla_tools.generate_cell_info()): # with xml.OlapInfo(xmla_tools.generate_cell_info()):
# with xml.CubeInfo: # with xml.CubeInfo:
...@@ -195,10 +194,6 @@ class XmlaProviderService(ServiceBase): ...@@ -195,10 +194,6 @@ class XmlaProviderService(ServiceBase):
# #
# xml.CellData(xmla_tools.generate_cell_data(df)) # xml.CellData(xmla_tools.generate_cell_data(df))
return etree.fromstring(""" return etree.fromstring("""
<return> <return>
<root xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset" <root xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset"
......
This diff is collapsed.
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