summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-02-01 07:50:51 +0100
committerGitHub <noreply@github.com>2022-02-01 07:50:51 +0100
commitf86e53e41ee128604bd397293b0862bc67dd7063 (patch)
tree69e74a84ac7a1b4d9e40788d989d5c4c078f9b00 /astroid/modutils.py
parenta62e11181370ebcafaead09319b05ec8b5b42ce5 (diff)
downloadastroid-git-f86e53e41ee128604bd397293b0862bc67dd7063.tar.gz
[pre-commit.ci] pre-commit autoupdate (#1379)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r--astroid/modutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py
index 67f04f55..2a54fd51 100644
--- a/astroid/modutils.py
+++ b/astroid/modutils.py
@@ -140,7 +140,7 @@ if os.name == "posix":
return os.path.join(prefix, path, base_python)
STD_LIB_DIRS.add(_posix_path("lib"))
- if sys.maxsize > 2 ** 32:
+ if sys.maxsize > 2**32:
# This tries to fix a problem with /usr/lib64 builds,
# where systems are running both 32-bit and 64-bit code
# on the same machine, which reflects into the places where