Skip to content

Commit

Permalink
Fixup: Flake8 complaining about blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Jun 15, 2018
1 parent 282ee8f commit 0d9b57e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opal/core/pathway/pathways.py
Expand Up @@ -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
Expand Down

0 comments on commit 0d9b57e

Please sign in to comment.