make linter happy

This commit is contained in:
Laura Klünder 2023-12-24 16:07:07 +01:00
parent 2b9c99070e
commit c1d9a011cf
8 changed files with 4 additions and 10 deletions

View file

@ -46,6 +46,7 @@ class RestrictedAreas(StrEnum):
PREFER = "prefer"
AVOID = "avoid"
class LevelWayTypeChoice(StrEnum):
""" route preferences for way types that are level """
ALLOW = "allow"