mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 03:30:46 +08:00
Fix invalid Python 3 syntax
This commit is contained in:
@@ -37,7 +37,6 @@ def test_imread_uint16_big_endian():
|
||||
|
||||
class TestSave:
|
||||
def roundtrip(self, dtype, x, suffix):
|
||||
print dtype, x.shape, suffix
|
||||
f = NamedTemporaryFile(suffix='.'+suffix)
|
||||
fname = f.name
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user