8000 fix imports · LehmD/server-client-python@c812e4b · GitHub
[go: up one dir, main page]

Skip to content

Commit c812e4b

Browse files
committed
fix imports
1 parent f94f72d commit c812e4b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tableauserverclient/server/endpoint/favorites_endpoint.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
11
from .endpoint import Endpoint, api
2-
<<<<<<< HEAD
3-
from requests import Response
4-
5-
from tableauserverclient.helpers.logging import logger
6-
from tableauserverclient.models import (
7-
DatasourceItem,
8-
FavoriteItem,
9-
FlowItem,
10-
MetricItem,
11-
ProjectItem,
12-
Resource,
13-
TableauItem,
14-
UserItem,
15-
ViewItem,
16-
WorkbookItem,
17-
)
18-
from tableauserverclient.server import RequestFactory, RequestOptions
19-
from typing import Optional
20-
=======
212
from tableauserverclient.server import RequestFactory
223
from tableauserverclient.models import FavoriteItem
234

@@ -28,7 +9,6 @@
289
from ..request_options import RequestOptions
2910

3011
from tableauserverclient.helpers.logging import logger
31-
>>>>>>> 3cc28be (run long requests on second thread (#1212))
3212

3313

3414
class Favorites(Endpoint):

0 commit comments

Comments
 (0)
0