Skip to content

Commit

Permalink
chore: make auth endpoint imports absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Jun 28, 2024
1 parent 7a8e54e commit ae365d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tableauserverclient/server/endpoint/auth_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

from defusedxml.ElementTree import fromstring

from .endpoint import Endpoint, api
from .exceptions import ServerResponseError
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

from tableauserverclient.helpers.logging import logger

Expand Down

0 comments on commit ae365d2

Please sign in to comment.