more testing and better pylint score
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m48s
				
			
		
			
				
	
				Run linting on the backend code / Build (pull_request) Failing after 29s
				
			
		
			
				
	
				Run testing on the backend code / Build (pull_request) Failing after 1m13s
				
			
		
			
				
	
				Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 47s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m48s
				
			Run linting on the backend code / Build (pull_request) Failing after 29s
				
			Run testing on the backend code / Build (pull_request) Failing after 1m13s
				
			Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 47s
				
			This commit is contained in:
		@@ -11,7 +11,7 @@ class LinkedLandmarks:
 | 
			
		||||
    to reference the next landmark in the list. This is not very efficient, but appropriate for the expected use case
 | 
			
		||||
    ("short" trips with onyl few landmarks).
 | 
			
		||||
    """
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    _landmarks = list[Landmark]
 | 
			
		||||
    total_time: int = 0
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user