8000 Removing unused imports per linter report (#90) · GapData/document-api-python@200c3f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 200c3f8

Browse files
t8y8Russell Hay
authored and
Russell Hay
committed
Removing unused imports per linter report (tableau#90)
1 parent a440256 commit 200c3f8

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)
0