flake8 whitespace change
[htsworkflow.git] / experiments / models.py
index 6e1fe27678ebee218a7bfda5b7f29e54c28c937c..55d3117bab7d7c14e964a9b85e046f086a973f77 100644 (file)
@@ -128,6 +128,7 @@ def sequencer_default():
         return d[0]
     return None
 
+
 class FlowCell(models.Model):
     flowcell_id = models.CharField(max_length=20, unique=True, db_index=True)
     run_date = models.DateTimeField()