Skip to content

Commit d3a6ce3

Browse files
committed
fix lint error
1 parent 5509caf commit d3a6ce3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/system/large/blob/test_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def test_blob_image_blur_to_series(
117117
status_series = actual_exploded["status"]
118118
assert status_series.dtype == dtypes.STRING_DTYPE
119119

120-
content_series = actual_exploded["content"]
121120
# Content should be blob objects for GCS destination
122121
else:
123122
expected_df = pd.DataFrame(

0 commit comments

Comments
 (0)