Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jul 19, 2024
1 parent 5288e1f commit fbb3067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ def _make_dashboard_metadata_events(

return proposals

def make_dashboard_urn(self, looker_dashboard: LookerDashboard):
def make_dashboard_urn(self, looker_dashboard: LookerDashboard) -> str:
return builder.make_dashboard_urn(
self.source_config.platform_name, looker_dashboard.get_urn_dashboard_id()
)
Expand Down

0 comments on commit fbb3067

Please sign in to comment.