diff options
author | Joern Hees <dev@joernhees.de> | 2014-12-04 16:43:01 +0100 |
---|---|---|
committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2017-01-30 17:43:04 +0100 |
commit | 77fd117fae15be407932f45a44a6d710b1ec3524 (patch) | |
tree | 75606660f814ec98d8174811463aa138eed1d176 /rdflib/util.py | |
parent | 2a8c0844df42e89fbbe57a8e4e4162fce4e6b906 (diff) | |
download | rdflib-77fd117fae15be407932f45a44a6d710b1ec3524.tar.gz |
six: util.py: cleanup unused StringIO
Diffstat (limited to 'rdflib/util.py')
-rw-r--r-- | rdflib/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rdflib/util.py b/rdflib/util.py index 515c5907..b565959e 100644 --- a/rdflib/util.py +++ b/rdflib/util.py @@ -54,7 +54,6 @@ from rdflib.term import BNode from rdflib.term import Literal from rdflib.term import URIRef from .py3compat import sign -from .py3compat import StringIO __all__ = [ 'list2set', 'first', 'uniq', 'more_than', 'to_term', 'from_n3', |