summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-11-18 23:00:12 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-03-03 21:17:49 -0800
commit7672fa84c00a15297d5eb4456033fc7e207eae4b (patch)
tree37d1657743fe37fa320ff66a693840c34d87732c
parent7d62eb6961ebcfc3d98333ebb9adb4917e0c2f4f (diff)
downloadnatsort-7672fa84c00a15297d5eb4456033fc7e207eae4b.tar.gz
Remove extraneous compat.py23 import
-rw-r--r--natsort/unicode_numeric_hex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/natsort/unicode_numeric_hex.py b/natsort/unicode_numeric_hex.py
index 2465e76..b2a732e 100644
--- a/natsort/unicode_numeric_hex.py
+++ b/natsort/unicode_numeric_hex.py
@@ -1735,7 +1735,6 @@ numeric_hex = (
# Some code that can be used to create the above list of hex numbers.
if __name__ == "__main__":
import unicodedata
- from natsort.compat.py23 import range, chr
hex_chars = []
for i in range(0X110000):