Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
skrydal committed Oct 22, 2024
1 parent ff9fe49 commit baf0b84
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ def side_effect(*args: Any) -> Optional[PlatformResource]:
get_platform_resource.side_effect = side_effect
get_datasets_for_project_id.return_value = [
# BigqueryDataset(name=dataset_name, location="US")
BigqueryDataset(name=dataset_name, location="US", labels={"priority": "medium:test"})
BigqueryDataset(
name=dataset_name, location="US", labels={"priority": "medium:test"}
)
]

table_list_item = TableListItem(
Expand Down

0 comments on commit baf0b84

Please sign in to comment.