Skip to content

Commit 4e65da7

Browse files
jorwoodsjacalata
andcommitted
Type hint subscriptions (#943)
Co-authored-by: Jac <jacalata@users.noreply.github.com>
1 parent f8bbf56 commit 4e65da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/request_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from typing import Any, Dict, List, Optional, TYPE_CHECKING, Tuple, Iterable
2020

2121
if TYPE_CHECKING:
22+
from ..models import SubscriptionItem
2223
from ..models import DataAlertItem
2324
from ..models import FlowItem
2425
from ..models import ConnectionItem

0 commit comments

Comments
 (0)