We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7822be0 commit ea53460Copy full SHA for ea53460
tableauserverclient/server/endpoint/auth_endpoint.py
@@ -4,9 +4,9 @@
4
5
from defusedxml.ElementTree import fromstring
6
7
-from .endpoint import Endpoint, api
8
-from .exceptions import ServerResponseError
9
-from ..request_factory import RequestFactory
+from tableauserverclient.server.endpoint.endpoint import Endpoint, api
+from tableauserverclient.server.endpoint.exceptions import ServerResponseError
+from tableauserverclient.server.request_factory import RequestFactory
10
11
from tableauserverclient.helpers.logging import logger
12
0 commit comments