File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tableauserverclient/server/endpoint Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import logging
22
3- from tableauserverclient .server .query import QuerySet
43
5- from .endpoint import QuerysetEndpoint , api
6- from .exceptions import JobCancelledException , JobFailedException
74from tableauserverclient .models import JobItem , BackgroundJobItem , PaginationItem
8- from ..request_options import RequestOptionsBase
5+ from tableauserverclient .server .endpoint .endpoint import QuerysetEndpoint , api
6+ from tableauserverclient .server .endpoint .exceptions import JobCancelledException , JobFailedException
7+ from tableauserverclient .server .query import QuerySet
8+ from tableauserverclient .server .request_options import RequestOptionsBase
99from tableauserverclient .exponential_backoff import ExponentialBackoffTimer
1010
1111from tableauserverclient .helpers .logging import logger
You can’t perform that action at this time.
0 commit comments