Skip to content

Commit 47e06fb

Browse files
Lingling PengLingling Peng
authored andcommitted
remove duplicated import
1 parent f5f7dd2 commit 47e06fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapseclient/models/mixins/table_components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ async def _query_table_csv(
223223
A tuple containing the download result (QueryJob object) and the path to the downloaded CSV file.
224224
The download result is a dictionary containing information about the download.
225225
"""
226-
from synapseclient.models.mixins.table_components import CsvTableDescriptor
227226

228227
csv_descriptor = CsvTableDescriptor(
229228
separator=separator,

0 commit comments

Comments
 (0)