Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Dec 13, 2024
1 parent cd5594a commit c59381e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,7 @@ def _emit_asset_metadata(

return SkipReason("Asset metadata processed")

def _emit_metadata(
self, context: RunStatusSensorContext
) -> SensorReturnTypesUnion:
def _emit_metadata(self, context: RunStatusSensorContext) -> SensorReturnTypesUnion:
"""
Function to emit metadata for datahub rest.
"""
Expand Down

0 comments on commit c59381e

Please sign in to comment.