From db09d8e0f328fd9a78bdca0225bb7baf39b17969 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 20 Oct 2016 14:26:28 -0400 Subject: [PATCH] PEP8. --- rida/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rida/models.py b/rida/models.py index 484af022..a1955f6d 100644 --- a/rida/models.py +++ b/rida/models.py @@ -177,7 +177,7 @@ class ModuleBuild(RidaBase): ) return module - def transition(self, conf, state, state_reason = None): + def transition(self, conf, state, state_reason=None): """ Record that a build has transitioned state. """ now = datetime.utcnow() old_state = self.state