Small refactor and isort+black formatting
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from enum import auto
|
||||
|
||||
from .auto_name import AutoName
|
||||
|
||||
|
||||
class AffectedJourneyStopMode(AutoName):
|
||||
"""Enumeration used to declare types of affected journey stops return modes."""
|
||||
|
||||
@@ -11,4 +13,4 @@ class AffectedJourneyStopMode(AutoName):
|
||||
"Return important stops of affected journeys."
|
||||
|
||||
OFF = auto()
|
||||
"Do not return stops of affected journeys."
|
||||
"Do not return stops of affected journeys."
|
||||
|
Reference in New Issue
Block a user