Skip to content

Commit d6fbc53

Browse files
committed
Import FulfillmentAutomation from connect not from connect resource
1 parent aa77f4a commit d6fbc53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

connect/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import resource
2+
from resource import FulfillmentAutomation
23

34
name = 'connect'
45

@@ -7,4 +8,5 @@
78
'resource',
89
'models',
910
'logger',
11+
'FulfillmentAutomation'
1012
]

0 commit comments

Comments
 (0)