Skip to content

Commit 8eb3a59

Browse files
authored
pycodestyle: extra line
1 parent 084871b commit 8eb3a59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tableaudocumentapi/datasource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def _get_column_objects(self):
240240
return [_column_object_from_column_xml(self._datasourceTree, xml)
241241
for xml in self._datasourceTree.findall('.//column')]
242242

243-
244243
def _get_custom_sql(self):
245244
return [qry for qry in self._datasourceXML.iter('relation')]
246245

0 commit comments

Comments
 (0)