diff --git a/tensorflow_graphics/io/exr.py b/tensorflow_graphics/io/exr.py index 9885a3af8..2f382769e 100644 --- a/tensorflow_graphics/io/exr.py +++ b/tensorflow_graphics/io/exr.py @@ -25,7 +25,6 @@ from six.moves import range from six.moves import zip - _np_to_exr = { np.float16: Imath.PixelType.HALF, np.float32: Imath.PixelType.FLOAT,