summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
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'