Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Dec 24, 2019
1 parent c66fb7c commit 84d3a0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion locomotive/cli/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import chevron

from ..models import Journey, Proposal, Segment
from ..stores import Stations


class Formatter(ABC):
Expand Down
2 changes: 0 additions & 2 deletions locomotive/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from enum import Enum, auto
from typing import Dict, List, Optional, Tuple

import attr

from .models import Journey, Segment


Expand Down
2 changes: 1 addition & 1 deletion locomotive/models/passenger.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import datetime as dt
from typing import List, Optional, Union
from typing import List

import attr

Expand Down

0 comments on commit 84d3a0e

Please sign in to comment.