Skip to content

Commit

Permalink
fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
treff7es committed Aug 23, 2024
1 parent 319b132 commit aab0f67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ class DatahubDagsterSourceConfig(DatasetSourceConfigMixin):
description="Whether to enable debug mode",
)


def _str_urn_to_dataset_urn(urns: List[str]) -> List[DatasetUrn]:
return [DatasetUrn.create_from_string(urn) for urn in urns]

Expand Down

0 comments on commit aab0f67

Please sign in to comment.