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 a440256 commit 200c3f8Copy full SHA for 200c3f8
tableaudocumentapi/datasource.py
@@ -5,7 +5,6 @@
5
###############################################################################
6
import collections
7
import itertools
8
-import random
9
import xml.etree.ElementTree as ET
10
import xml.sax.saxutils as sax
11
from uuid import uuid4
tableaudocumentapi/workbook.py
@@ -3,11 +3,8 @@
3
# Workbook - A class for writing Tableau workbook files
4
#
-import os
-import zipfile
import weakref
-import xml.etree.ElementTree as ET
12
from tableaudocumentapi import Datasource, xfile
13
from tableaudocumentapi.xfile import xml_open
0 commit comments