flake8 whitespace cleanup
[htsworkflow.git] / experiments / views.py
index 521e89f4852e9480376425382375dc844e375272..2b6cc11c48b5f5da6bbb1c1b28f7a00202031eeb 100644 (file)
@@ -136,7 +136,6 @@ def flowcell_detail(request, flowcell_id, lane_number=None):
     fc = get_object_or_404(FlowCell, flowcell_id__startswith=flowcell_id)
     fc.update_data_runs()
 
-
     if lane_number is not None:
         lanes = fc.lane_set.filter(lane_number=lane_number)
     else: