Skip to content

Commit 613334b

Browse files
committed
Make imports absolute
1 parent b7d4729 commit 613334b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tableauserverclient/models/task_item.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from defusedxml.ElementTree import fromstring
22

33
from tableauserverclient.datetime_helpers import parse_datetime
4-
from .schedule_item import ScheduleItem
5-
from .target import Target
4+
from tableauserverclient.models.schedule_item import ScheduleItem
5+
from tableauserverclient.models.target import Target
66

77

88
class TaskItem(object):

0 commit comments

Comments
 (0)