Clean up, remove compat with py < 3.6
[pyi2ncommon] / src / cnfline / build_cnfvar.py
index d57ad99..064bf41 100644 (file)
@@ -21,8 +21,6 @@
 """Basic functions for on-the-fly arnied cnf-var generator"""
 
 from .cnfline import CnfLine
-import os
-import tempfile
 
 
 class BuildCnfVar(object):