Skip to content

Commit f07095d

Browse files
Update product.py
1 parent 15a6f69 commit f07095d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

connect/models/product.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def get_templates(self, config=None):
7474
:return: List of all templates associated with the product.
7575
:rtype: List[Template]
7676
"""
77-
from connect.resources.base import ApiClient
7877
text, _ = ApiClient(config or Config.get_instance(),
7978
'products/' + self.id + '/templates').get()
8079
return Template.deserialize(text)

0 commit comments

Comments
 (0)