We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce8b50 commit 02adf46Copy full SHA for 02adf46
tableauserverclient/server/endpoint/users_endpoint.py
@@ -8,7 +8,7 @@
8
from typing import List, Iterable, Optional, Tuple, Union
9
10
from tableauserverclient.server.endpoint.endpoint import QuerysetEndpoint, api
11
-from .exceptions import MissingRequiredFieldError, ServerResponseError
+from tableauserverclient.server.endpoint.exceptions import MissingRequiredFieldError, ServerResponseError
12
from tableauserverclient.server import RequestFactory, RequestOptions
13
from tableauserverclient.models import UserItem, WorkbookItem, PaginationItem, GroupItem, JobItem
14
from tableauserverclient.server.pager import Pager
0 commit comments