Skip to content

Commit

Permalink
Sep 21, 2023, 9:36 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalata committed Sep 22, 2023
1 parent c812e4b commit 9f2e870
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tableauserverclient/server/endpoint/favorites_endpoint.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
from .endpoint import Endpoint, api
from tableauserverclient.server import RequestFactory
from tableauserverclient.models import FavoriteItem
from tableauserverclient.models import FavoriteItem, UserItem, Resource

from typing import Optional, TYPE_CHECKING

if TYPE_CHECKING:
from ...models import DatasourceItem, FlowItem, ProjectItem, UserItem, ViewItem, WorkbookItem
from ..request_options import RequestOptions
from ..request_options import RequestOptions
from ...models import DatasourceItem, FlowItem, ProjectItem, ViewItem, WorkbookItem, TableauItem, MetricItem

from tableauserverclient.helpers.logging import logger

Expand Down

0 comments on commit 9f2e870

Please sign in to comment.