Skip to content

Commit

Permalink
straggling ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 7, 2023
1 parent 3d503fe commit 4f92faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,7 @@ def get() -> "OpExecutionContext":
######## AssetExecutionContext
###############################


def _copy_docs_from_op_execution_context(obj):
setattr(obj, "__doc__", getattr(OpExecutionContext, obj.__name__).__doc__)
return obj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from dagster import AssetExecutionContext, OpExecutionContext, asset, materialize
from dagster._core.execution.context.compute import _get_deprecation_kwargs


def test_doc_strings():
ignores = [
"_abc_impl",
Expand Down

0 comments on commit 4f92faa

Please sign in to comment.