Skip to content

Commit 998b141

Browse files
committed
Fix build break
1 parent 3d60e58 commit 998b141

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pylintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ disable=
1111
invalid-unary-operand-type,
1212
len-as-condition,
1313
missing-docstring,
14-
no-self-use,
1514
protected-access,
1615
too-few-public-methods,
1716
too-many-arguments,

imgp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def main():
634634
overwrite = args.overwrite
635635
debug = args.debug
636636
if args.nearest:
637-
png_ip = PIL.Image.NEAREST
637+
png_ip = PIL.Image.Resampling.NEAREST
638638

639639
pool = Pool()
640640

0 commit comments

Comments
 (0)