Skip to content

Commit 989dc4a

Browse files
authored
Merge pull request #1048 from no23reason/dho/cq-1124-reexport
fix: add missing Execution export
2 parents a28525e + 9cbe699 commit 989dc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gooddata-sdk/gooddata_sdk/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
from gooddata_sdk.compute.model.base import ExecModelEntity, ObjId
236236
from gooddata_sdk.compute.model.execution import (
237237
BareExecutionResponse,
238+
Execution,
238239
ExecutionDefinition,
239240
ExecutionResponse,
240241
ExecutionResult,

0 commit comments

Comments
 (0)