Skip to content

Commit 3d1ccfa

Browse files
committed
fix: rebase broken test
1 parent 5b61424 commit 3d1ccfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import tableauserverclient as TSC
77
from tableauserverclient import UserItem, GroupItem, PermissionsRule
8-
from tableauserverclient.datetime_helpers import format_datetime
8+
from tableauserverclient.datetime_helpers import format_datetime, parse_datetime
99
from tableauserverclient.server.endpoint.exceptions import UnsupportedAttributeError
1010

1111
TEST_ASSET_DIR = os.path.join(os.path.dirname(__file__), "assets")

0 commit comments

Comments
 (0)