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 1
1
import logging
2
2
3
- from tableauserverclient .server .query import QuerySet
4
3
5
- from .endpoint import QuerysetEndpoint , api
6
- from .exceptions import JobCancelledException , JobFailedException
7
4
from 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
9
9
from tableauserverclient .exponential_backoff import ExponentialBackoffTimer
10
10
11
11
from tableauserverclient .helpers .logging import logger
You can’t perform that action at this time.
0 commit comments