Skip to content

Commit

Permalink
Fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Dec 27, 2024
1 parent 53ec9a9 commit adf4154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_translator_custom_metadata(workspace_data: PowerBIWorkspaceData) -> Non

translator = MyCustomTranslator()
asset_spec = translator.get_asset_spec(
PowerBITranslatorData( # type: ignore
PowerBITranslatorData(
content_data=dashboard,
workspace_data=workspace_data,
)
Expand Down

0 comments on commit adf4154

Please sign in to comment.