Adding features to find public toilets and shopping streets #41
| @@ -25,7 +25,7 @@ class Trip(BaseModel): | ||||
|  | ||||
|  | ||||
|     @classmethod | ||||
|     def from_linked_landmarks(cls, landmarks: LinkedLandmarks, cache_client: Client) -> "Trip": | ||||
|     def from_linked_landmarks(self, landmarks: LinkedLandmarks, cache_client: Client) -> "Trip": | ||||
|         """ | ||||
|         Initialize a new Trip object and ensure it is stored in the cache. | ||||
|         """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user