From 0d9b57ed0e915fc5d428fd6ad57a9ae2d9605795 Mon Sep 17 00:00:00 2001 From: David Miller Date: Fri, 15 Jun 2018 15:50:46 +0100 Subject: [PATCH] Fixup: Flake8 complaining about blank lines --- opal/core/pathway/pathways.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opal/core/pathway/pathways.py b/opal/core/pathway/pathways.py index 6fb055f60..5c07fd288 100644 --- a/opal/core/pathway/pathways.py +++ b/opal/core/pathway/pathways.py @@ -105,7 +105,6 @@ def save(self, data, user=None, patient=None, episode=None): if patient and not episode: episode = patient.create_episode() - for step in self.get_steps(): step.pre_save( data, user, patient=patient, episode=episode