Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Aug 2, 2024
1 parent e1261cd commit e150791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/src/datahub/ingestion/source/tableau.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ def site_content_url(self) -> Optional[str]:
if self.site and self.site.content_url:
return self.site.content_url
return None

def _populate_usage_stat_registry(self) -> None:
if self.server is None:
return
Expand Down

0 comments on commit e150791

Please sign in to comment.