8000 fix: python3.8 syntax · mirror-dump/server-client-python@7e44b5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e44b5e

Browse files
committed
fix: python3.8 syntax
1 parent 8ad3c03 commit 7e44b5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tableauserverclient/models/property_decorators.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
from collections.abc import Container
21
import datetime
32
import re
43
from functools import wraps
5-
from typing import Any, Optional, Tuple
4+
from typing import Any, Container, Optional, Tuple
65

76
from tableauserverclient.datetime_helpers import parse_datetime
87

0 commit comments

Comments
 (0)
0