flake8 whitespace cleanup
[htsworkflow.git] / experiments / models.py
index 55d3117bab7d7c14e964a9b85e046f086a973f77..7dc64c713170b5233931ddea84424bedb95b43c2 100644 (file)
@@ -275,7 +275,6 @@ class FlowCell(models.Model):
 #    instance.update_data_runs()
 #post_init.connect(update_flowcell_dataruns, sender=FlowCell)
 
-
 LANE_STATUS_CODES = [(0, 'Failed'),
                      (1, 'Marginal'),
                      (2, 'Good'), ]