diff --git a/python_modules/dagster/dagster/_core/definitions/assets.py b/python_modules/dagster/dagster/_core/definitions/assets.py index d2c7aec174c21..11893a684f360 100644 --- a/python_modules/dagster/dagster/_core/definitions/assets.py +++ b/python_modules/dagster/dagster/_core/definitions/assets.py @@ -119,7 +119,6 @@ class AssetsDefinition(ResourceAddable, IHasInternalInit): _specs_by_key: Mapping[AssetKey, AssetSpec] _computation: Optional[AssetGraphComputation] - @experimental_param(param="specs") @experimental_param(param="execution_type") def __init__( self,