added pep8 example
All checks were successful
Build and push docker image / Build (pull_request) Successful in 2m59s
Build and release APK / Build APK (pull_request) Successful in 4m47s
Build web / Build Web (pull_request) Successful in 1m42s

This commit is contained in:
2024-06-19 14:58:11 +02:00
parent 111e6836f6
commit 1f5bd92895
4 changed files with 7696 additions and 8445 deletions

View File

@@ -80,7 +80,7 @@ def test4(coordinates: tuple[float, float]) -> List[Landmark]:
landmarks, landmarks_short = generate_landmarks(preferences=preferences, city_country=city_country, coordinates=coordinates)
#write_data(landmarks)
write_data(landmarks)
start = Landmark(name='start', type=LandmarkType(landmark_type='start'), location=(48.8375946, 2.2949904), osm_type='start', osm_id=0, attractiveness=0, must_do=True, n_tags = 0)