cubicweb/server/rqlannotation.py
changeset 12567 26744ad37953
parent 12509 db81a99e9dd1
child 12885 194e9ae964ed
--- a/cubicweb/server/rqlannotation.py	Fri Apr 05 17:21:14 2019 +0200
+++ b/cubicweb/server/rqlannotation.py	Fri Apr 05 17:58:19 2019 +0200
@@ -19,8 +19,6 @@
 code generation.
 """
 
-from __future__ import print_function
-
 from rql import BadRQLQuery
 from rql.nodes import Relation, VariableRef, Constant, Variable, Or
 from rql.utils import common_parent