added pep8 example
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user