Skip to content

Commit

Permalink
fix decorator order
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 8, 2023
1 parent f160037 commit c1a2713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1387,8 +1387,8 @@ def get() -> "AssetExecutionContext":
def op_execution_context(self) -> OpExecutionContext:
return self._op_execution_context

@_copy_docs_from_op_execution_context
@property
@_copy_docs_from_op_execution_context
def run(self) -> DagsterRun:
return self.op_execution_context.run

Expand Down

0 comments on commit c1a2713

Please sign in to comment.