From 0860b542b8dbdd2066b51d1d848d69caaf72e73a Mon Sep 17 00:00:00 2001 From: Dan Palmer Date: Tue, 16 Jan 2018 16:54:32 +0000 Subject: [PATCH] Describe what this is --- routemaster/config/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routemaster/config/model.py b/routemaster/config/model.py index 706e601f..44d72840 100644 --- a/routemaster/config/model.py +++ b/routemaster/config/model.py @@ -78,7 +78,7 @@ class ContextNextStates(NamedTuple): """Defined a choice based on a path in the given `label_context`.""" path: str destinations: Iterable[ContextNextStatesOption] - default: str # noqa: E704 + default: str # noqa: E704 misidentified "multiple statements on one line" def next_state_for_label(self, label_context: 'Context') -> str: """Returns next state based on context value at `self.path`."""