Skip to content

Commit c1a835f

Browse files
bodokaisersoumith
authored andcommitted
added line after class definition to fix lint error
1 parent f954ea4 commit c1a835f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_transforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,6 @@ def test_ndarray16_to_pil_image(self):
176176
assert img.mode == 'I;16'
177177
assert np.allclose(img, img_data[:, :, 0])
178178

179+
179180
if __name__ == '__main__':
180181
unittest.main()

0 commit comments

Comments
 (0)