From d3e46a2df64b7d5fad3aefb48eef365a932174cc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 24 Oct 2021 11:47:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d7ed52383..2d4942d9a 100755 --- a/setup.py +++ b/setup.py @@ -564,8 +564,8 @@ class pil_build_ext(build_ext): library_dirs, os.path.join( os.environ["ANDROID_ROOT"], - "lib" if struct.calcsize("l") == 4 else "lib64" - ) + "lib" if struct.calcsize("l") == 4 else "lib64", + ), ) elif sys.platform.startswith("netbsd"):