Skip to content

Commit b0fe556

Browse files
authored
Apply suggestion from @mkitti
1 parent 10a01d7 commit b0fe556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/zstd.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class Zstd(Codec):
386386
return decompress(buf, out)
387387

388388
def __repr__(self):
389-
r = '%s(level=%r)' %
389+
r = '%s(level=%r)' % \
390390
(type(self).__name__,
391391
self.level)
392392
return r

0 commit comments

Comments
 (0)