diff options
author | slepton <slepton@posteo.de> | 2021-07-07 21:25:53 +0200 |
---|---|---|
committer | slepton <slepton@posteo.de> | 2021-07-07 21:25:53 +0200 |
commit | d19584547a7934bfce9dee445e65a2c1994cecdc (patch) | |
tree | 2013779442bff7d9f47464fd3a1b6ba755b0070d /numpy/compat/py3k.py | |
parent | 5ac75798362cea6ecbd602a46b80c297b0f6712a (diff) | |
parent | de245cd133699f8c23f97ec07ec29703e37a5923 (diff) | |
download | numpy-d19584547a7934bfce9dee445e65a2c1994cecdc.tar.gz |
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'numpy/compat/py3k.py')
-rw-r--r-- | numpy/compat/py3k.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/compat/py3k.py b/numpy/compat/py3k.py index e1e236d92..1fa17621a 100644 --- a/numpy/compat/py3k.py +++ b/numpy/compat/py3k.py @@ -20,10 +20,6 @@ import sys import os from pathlib import Path import io - -import abc -from abc import ABC as abc_ABC - try: import pickle5 as pickle except ImportError: |