Skip to content

Commit c056ed1

Browse files
authored
Removing unused imports per linter report (#90)
1 parent 8228efa commit c056ed1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tableaudocumentapi/datasource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
###############################################################################
66
import collections
77
import itertools
8-
import random
98
import xml.etree.ElementTree as ET
109
import xml.sax.saxutils as sax
1110
from uuid import uuid4

tableaudocumentapi/workbook.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
# Workbook - A class for writing Tableau workbook files
44
#
55
###############################################################################
6-
import os
7-
import zipfile
86
import weakref
97

10-
import xml.etree.ElementTree as ET
118

129
from tableaudocumentapi import Datasource, xfile
1310
from tableaudocumentapi.xfile import xml_open

0 commit comments

Comments
 (0)