remove unicode_literals from things going to redland RDF
[htsworkflow.git] / encode_submission / encode_find.py
index 8333ca61901ba9bdd1e68ec10872ca8ec97ae037..870a585b3e5f6f12ba4b46bd64cec076d8d79066 100644 (file)
@@ -2,7 +2,7 @@
 """
 Gather information about our submissions into a single RDF store
 """
-from __future__ import print_function, unicode_literals
+from __future__ import print_function
 
 from datetime import datetime
 import hashlib