summaryrefslogtreecommitdiff
path: root/numpy/_globals.py
diff options
context:
space:
mode:
authorczgdp1807 <gdp.1807@gmail.com>2021-06-08 15:09:29 +0530
committerczgdp1807 <gdp.1807@gmail.com>2021-06-08 15:09:29 +0530
commit7b53a02c647eb9b1c627799e7ce1b7fecb0bf928 (patch)
treeb7adbe25ebb832f53edc4912999b2a7ae231db65 /numpy/_globals.py
parent91d669396a7f73abecd511f1c49076f2bc441e5c (diff)
downloadnumpy-7b53a02c647eb9b1c627799e7ce1b7fecb0bf928.tar.gz
Fixed blank line linting issue
Diffstat (limited to 'numpy/_globals.py')
-rw-r--r--numpy/_globals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/_globals.py b/numpy/_globals.py
index e40694e1a..9a99acde3 100644
--- a/numpy/_globals.py
+++ b/numpy/_globals.py
@@ -109,4 +109,5 @@ class CopyMode(enum.Enum):
raise TypeError(f"{self} is neither True nor False.")
-CopyMode.__module__ = 'numpy' \ No newline at end of file
+
+CopyMode.__module__ = 'numpy'