summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-20 19:39:58 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-20 19:39:58 +0100
commite3252209a60733850557cd22c46b96f1aa8574c4 (patch)
treed6abadcc90d4015f387d102f5afef528dcb62870
parent6f82bbb463779480a9f26d97dda4eb39279a7fba (diff)
downloadcython-e3252209a60733850557cd22c46b96f1aa8574c4.tar.gz
Remove unused import.
-rw-r--r--Cython/Compiler/PyrexTypes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py
index f200c5fae..e7dfbf59f 100644
--- a/Cython/Compiler/PyrexTypes.py
+++ b/Cython/Compiler/PyrexTypes.py
@@ -4,7 +4,6 @@
from __future__ import absolute_import
-import collections
import copy
import re