Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 25, 2018
1 parent 70bfa80 commit a52bc9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions routemaster/state_machine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
LabelAlreadyExists,
UnknownStateMachine,
)
from routemaster.state_machine.visualisation import (
convert_to_network,
)
from routemaster.state_machine.visualisation import convert_to_network

__all__ = (
'LabelRef',
Expand Down
4 changes: 2 additions & 2 deletions routemaster/state_machine/visualisation.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Visualisation code for state machines."""

from routemaster.config import Action, StateMachine
from typing import Dict, List, Union

from typing import List, Dict, Union
from routemaster.config import Action, StateMachine


def convert_to_network(
Expand Down

0 comments on commit a52bc9b

Please sign in to comment.