better pep8
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m30s
Run linting on the backend code / Build (pull_request) Failing after 28s
Run testing on the backend code / Build (pull_request) Failing after 1m37s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 16s

This commit is contained in:
2024-12-04 19:23:26 +01:00
parent 37fb0f2183
commit a4c435c398
4 changed files with 89 additions and 41 deletions

View File

@@ -61,7 +61,7 @@ def new_trip(preferences: Preferences,
attractiveness=0,
must_do=True,
n_tags = 0)
end_landmark = Landmark(name='finish',
type='finish',
location=(end[0], end[1]),