removed unused landmark attributes
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m39s
				
			
		
			
				
	
				Run linting on the backend code / Build (pull_request) Successful in 31s
				
			
		
			
				
	
				Run testing on the backend code / Build (pull_request) Failing after 49s
				
			
		
			
				
	
				Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 38s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m39s
				
			Run linting on the backend code / Build (pull_request) Successful in 31s
				
			Run testing on the backend code / Build (pull_request) Failing after 49s
				
			Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 38s
				
			This commit is contained in:
		| @@ -49,8 +49,8 @@ class Landmark(BaseModel) : | |||||||
|     image_url : Optional[str] = None |     image_url : Optional[str] = None | ||||||
|     website_url : Optional[str] = None |     website_url : Optional[str] = None | ||||||
|     wiki_url : Optional[str] = None |     wiki_url : Optional[str] = None | ||||||
|     keywords: Optional[dict] = {} |     # keywords: Optional[dict] = {} | ||||||
|     description : Optional[str] = None |     # description : Optional[str] = None | ||||||
|     duration : Optional[int] = 5 |     duration : Optional[int] = 5 | ||||||
|     name_en : Optional[str] = None |     name_en : Optional[str] = None | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user