summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-29 18:31:54 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-12-29 18:31:54 +0100
commit3554cab57f8cc06abfcdfa82bbe6bebe96b7e292 (patch)
tree616d50cd1abd469119ed58f0574ad5ec9280641d
parent670707e17263f27f3a420542c08fcd02d721eb84 (diff)
downloadastroid-git-3554cab57f8cc06abfcdfa82bbe6bebe96b7e292.tar.gz
Formatting according to black
-rw-r--r--astroid/brain/brain_numpy_core_umath.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/astroid/brain/brain_numpy_core_umath.py b/astroid/brain/brain_numpy_core_umath.py
index 48b36d3c..1955e80e 100644
--- a/astroid/brain/brain_numpy_core_umath.py
+++ b/astroid/brain/brain_numpy_core_umath.py
@@ -4,8 +4,8 @@
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER
-# Note: starting with version 1.18 numpy module has `__getattr__` method which prevent `pylint` to emit `no-member` message for
-# all numpy's attributes. (see pylint's module typecheck in `_emit_no_member` function)
+#  Note: starting with version 1.18 numpy module has `__getattr__` method which prevent `pylint` to emit `no-member` message for
+#  all numpy's attributes. (see pylint's module typecheck in `_emit_no_member` function)
"""Astroid hooks for numpy.core.umath module."""
import astroid