Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Sep 4, 2023
1 parent 1d26c77 commit 4823948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/src/datahub/ingestion/source/tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ def get_upstream_tables(
datasource_name: Optional[str],
browse_path: Optional[str],
is_custom_sql: bool,
) -> tuple[List[Upstream], Dict[str, str]]:
) -> Tuple[List[Upstream], Dict[str, str]]:
upstream_tables = []
# Same table urn can be used when setting fine grained lineage,
table_id_to_urn: Dict[str, str] = {}
Expand Down

0 comments on commit 4823948

Please sign in to comment.