Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Jan 19, 2024
1 parent b08487e commit 44add15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@


def _get_op_context(
context: Union[OpExecutionContext, AssetExecutionContext]
context: Union[OpExecutionContext, AssetExecutionContext],
) -> OpExecutionContext:
if isinstance(context, AssetExecutionContext):
return context.op_execution_context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


def _get_op_context(
context: Union[OpExecutionContext, AssetExecutionContext]
context: Union[OpExecutionContext, AssetExecutionContext],
) -> OpExecutionContext:
if isinstance(context, AssetExecutionContext):
return context.op_execution_context
Expand Down

0 comments on commit 44add15

Please sign in to comment.