Remove unused variables
[htsworkflow.git] / htsworkflow / submission / submission.py
index 8734be7e373e59c7f0888c8b7bd90ee75acca635..50e822877bee7dcdeccc89226ffc7707a7a902c3 100644 (file)
@@ -285,7 +285,6 @@ class Submission(object):
 
     def _add_flowcell_details(self):
         template = loader.get_template('aws_flowcell.sparql')
-        results = self.execute_query(template, Context())
 
         parser = RDF.Parser(name='rdfa')
         for r in self.execute_query(template, Context()):