From f246049c4a96aa87fd81a24490fc74399cfb8f28 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:39:07 +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 b0426961c52..c53813a1e29 100755 --- a/setup.py +++ b/setup.py @@ -564,8 +564,8 @@ def build_extensions(self): 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"):