summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorczgdp1807 <gdp.1807@gmail.com>2021-08-18 12:15:23 +0530
committerczgdp1807 <gdp.1807@gmail.com>2021-08-18 12:15:23 +0530
commitb341e4c3249817d2e14ddf71aa850a8a896b9303 (patch)
tree389ba7929b20dcf3399a354392930011a8e7caf7 /numpy
parent698fb6db917e63621df9e9d50335245dd0ab5a2e (diff)
downloadnumpy-b341e4c3249817d2e14ddf71aa850a8a896b9303.tar.gz
Fixed linting issues
Diffstat (limited to 'numpy')
-rw-r--r--numpy/_globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/_globals.py b/numpy/_globals.py
index fd8025443..133ab11cc 100644
--- a/numpy/_globals.py
+++ b/numpy/_globals.py
@@ -111,4 +111,4 @@ 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'