8000 chore: jobs_endpoint absolute imports · tableau/server-client-python@391fc40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 391fc40

Browse files
committed
chore: jobs_endpoint absolute imports
1 parent 51112f1 commit 391fc40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tableauserverclient/server/endpoint/jobs_endpoint.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import logging
22

3-
from tableauserverclient.server.query import QuerySet
43

5-
from .endpoint import QuerysetEndpoint, api
6-
from .exceptions import JobCancelledException, JobFailedException
74
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
99
from tableauserverclient.exponential_backoff import ExponentialBackoffTimer
1010

1111
from tableauserverclient.helpers.logging import logger

0 commit comments

Comments
 (0)
0