We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11941bc commit 7abd750Copy full SHA for 7abd750
1 file changed
tableauserverclient/server/endpoint/users_endpoint.py
@@ -10,8 +10,8 @@
10
11
from tableauserverclient.server.query import QuerySet
12
13
-from .endpoint import QuerysetEndpoint, api
14
-from .exceptions import MissingRequiredFieldError, ServerResponseError
+from tableauserverclient.server.endpoint.endpoint import QuerysetEndpoint, api
+from tableauserverclient.server.endpoint.exceptions import MissingRequiredFieldError, ServerResponseError
15
from tableauserverclient.server import RequestFactory, RequestOptions
16
from tableauserverclient.models import UserItem, WorkbookItem, PaginationItem, GroupItem, JobItem
17
from tableauserverclient.server.pager import Pager
0 commit comments