Skip to content

Commit

Permalink
revert assets
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 14, 2024
1 parent 9ffd174 commit a1e275c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python_modules/dagster/dagster/_core/definitions/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,6 @@ def _output_to_source_asset(self, output_name: str) -> SourceAsset:

@public
def get_asset_spec(self, key: Optional[AssetKey] = None) -> AssetSpec:
<<<<<<< HEAD
"""Returns a representation of this asset as an :py:class:`AssetSpec`.
If this is a multi-asset, the "key" argument allows selecting which asset to return the
Expand Down

0 comments on commit a1e275c

Please sign in to comment.