Commit c1a835f0 authored by Bodo Kaiser's avatar Bodo Kaiser Committed by Soumith Chintala
Browse files

added line after class definition to fix lint error

parent f954ea4c
......@@ -176,5 +176,6 @@ class Tester(unittest.TestCase):
assert img.mode == 'I;16'
assert np.allclose(img, img_data[:, :, 0])
if __name__ == '__main__':
unittest.main()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment