Skip to content

Commit

Permalink
Describe what this is
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Jan 16, 2018
1 parent 5da67f4 commit 0860b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routemaster/config/model.py
Expand Up @@ -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`."""
Expand Down

0 comments on commit 0860b54

Please sign in to comment.