We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d60e58 commit 998b141Copy full SHA for 998b141
.pylintrc
@@ -11,7 +11,6 @@ disable=
11
invalid-unary-operand-type,
12
len-as-condition,
13
missing-docstring,
14
- no-self-use,
15
protected-access,
16
too-few-public-methods,
17
too-many-arguments,
imgp
@@ -634,7 +634,7 @@ def main():
634
overwrite = args.overwrite
635
debug = args.debug
636
if args.nearest:
637
- png_ip = PIL.Image.NEAREST
+ png_ip = PIL.Image.Resampling.NEAREST
638
639
pool = Pool()
640
0 commit comments