Skip to content

Commit 7abd750

Browse files
committed
chore: missed an absolute import
1 parent 11941bc commit 7abd750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tableauserverclient/server/endpoint/users_endpoint.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
from tableauserverclient.server.query import QuerySet
1212

13-
from .endpoint import QuerysetEndpoint, api
14-
from .exceptions import MissingRequiredFieldError, ServerResponseError
13+
from tableauserverclient.server.endpoint.endpoint import QuerysetEndpoint, api
14+
from tableauserverclient.server.endpoint.exceptions import MissingRequiredFieldError, ServerResponseError
1515
from tableauserverclient.server import RequestFactory, RequestOptions
1616
from tableauserverclient.models import UserItem, WorkbookItem, PaginationItem, GroupItem, JobItem
1717
from tableauserverclient.server.pager import Pager

0 commit comments

Comments
 (0)