Skip to content

Commit 7598f6c

Browse files
jorwoodst8y8jacalata
committed
Jorwoods/type hint flow runs (#950)
* Fix slack once and for all (#946) The red X keeps coming back so I'd like to mark this as allowably fail-able -- that way the innards of Slack/OAuth/Tableau credentials don't keep polluting test run reports :) (cherry picked from commit c8170ae) * Type hint Flow run item * Continue on error for slack step * Fix formatting Co-authored-by: Tyler Doyle <[email protected]> Co-authored-by: Jac <[email protected]>
1 parent 01fa902 commit 7598f6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tableauserverclient/models/flow_run_item.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
from ..datetime_helpers import parse_datetime
77

8+
if TYPE_CHECKING:
9+
from datetime import datetime
10+
11+
from typing import Dict, List, Optional, Type, TYPE_CHECKING
12+
813
if TYPE_CHECKING:
914
from datetime import datetime
1015

0 commit comments

Comments
 (0)