diff options
Diffstat (limited to 'numpy/core/memmap.py')
-rw-r--r-- | numpy/core/memmap.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/core/memmap.py b/numpy/core/memmap.py index 1b007c957..56a44ba9c 100644 --- a/numpy/core/memmap.py +++ b/numpy/core/memmap.py @@ -100,5 +100,4 @@ class memmap(ndarray): try: self.close() except ValueError: - pass - + pass |