Skip to content

Commit

Permalink
Fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 5, 2023
1 parent 3d60e58 commit 998b141
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ disable=
invalid-unary-operand-type,
len-as-condition,
missing-docstring,
no-self-use,
protected-access,
too-few-public-methods,
too-many-arguments,
Expand Down
2 changes: 1 addition & 1 deletion imgp
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def main():
overwrite = args.overwrite
debug = args.debug
if args.nearest:
png_ip = PIL.Image.NEAREST
png_ip = PIL.Image.Resampling.NEAREST

pool = Pool()

Expand Down

0 comments on commit 998b141

Please sign in to comment.