Skip to content

Commit 5b7ae58

Browse files
jorwoodsjacalata
andcommitted
Jorwoods/type hint groups (#938)
* Type hint groups * Type hint GroupRequest Co-authored-by: Jac <jacalata@users.noreply.github.com>
1 parent 86c5edf commit 5b7ae58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tableauserverclient/server/request_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from ..models import FlowItem
2424
from ..models import ConnectionItem
2525

26-
2726
def _add_multipart(parts: Dict) -> Tuple[Any, str]:
2827
mime_multipart_parts = list()
2928
for name, (filename, data, content_type) in parts.items():

0 commit comments

Comments
 (0)