Skip to content

Commit

Permalink
fix: python3.8 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Jan 24, 2024
1 parent 8ad3c03 commit 7e44b5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tableauserverclient/models/property_decorators.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from collections.abc import Container
import datetime
import re
from functools import wraps
from typing import Any, Optional, Tuple
from typing import Any, Container, Optional, Tuple

from tableauserverclient.datetime_helpers import parse_datetime

Expand Down

0 comments on commit 7e44b5e

Please sign in to comment.