Skip to content

Commit

Permalink
fix test style
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaFrancis committed Nov 13, 2023
1 parent 6595274 commit 3dddd84
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ def test_compute(
"num_rows": len(ds),
"parquet_metadata_subpath": fake_metadata_subpath,
}
] if has_parquet_files else []
]
if has_parquet_files
else []
}

upsert_response(
Expand Down

0 comments on commit 3dddd84

Please sign in to comment.