aboutsummaryrefslogblamecommitdiff
path: root/databases/cassandra4/files/patch-doc_source___util_cql.py
blob: 33bb6108a90a4ae3b3bf2184e56919a1088f1e9c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                             
--- doc/source/_util/cql.py.orig	2020-10-03 15:05:17 UTC
+++ doc/source/_util/cql.py
@@ -26,7 +26,6 @@ from pygments.lexer import Lexer, RegexLexer, do_inser
 from pygments.token import Punctuation, Whitespace, Error, \
     Text, Comment, Operator, Keyword, Name, String, Number, Generic, Literal
 from pygments.lexers import get_lexer_by_name, ClassNotFound
-from pygments.util import iteritems
 
 __all__ = [ 'CQLLexer' ]