From a556a49d6f806efb04ca7690a0ab982ed5b02b59 Mon Sep 17 00:00:00 2001 From: JamieDeMaria Date: Wed, 20 Sep 2023 13:06:59 -0400 Subject: [PATCH] small cleanup --- .../dagster/dagster/_core/execution/context/compute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/dagster/dagster/_core/execution/context/compute.py b/python_modules/dagster/dagster/_core/execution/context/compute.py index 01770b0c467d0..dc6adc61cf7fd 100644 --- a/python_modules/dagster/dagster/_core/execution/context/compute.py +++ b/python_modules/dagster/dagster/_core/execution/context/compute.py @@ -1266,7 +1266,7 @@ def asset_check_spec(self) -> AssetCheckSpec: OP_EXECUTION_CONTEXT_ONLY_METHODS = set( [ - "describe_op", # TODO - used by internals + "describe_op", "file_manager", "has_assets_def", "get_mapping_key",