forgot to add main
	
		
			
	
		
	
	
		
	
		
			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 29s
				
			
		
			
				
	
				Run testing on the backend code / Build (pull_request) Failing after 47s
				
			
		
			
				
	
				Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 26s
				
			
		
		
	
	
				
					
				
			
		
			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 29s
				
			Run testing on the backend code / Build (pull_request) Failing after 47s
				
			Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 26s
				
			This commit is contained in:
		@@ -1,10 +1,8 @@
 | 
				
			|||||||
"""Main app for backend api"""
 | 
					"""Main app for backend api"""
 | 
				
			||||||
import json
 | 
					 | 
				
			||||||
import logging
 | 
					import logging
 | 
				
			||||||
import time
 | 
					import time
 | 
				
			||||||
from contextlib import asynccontextmanager
 | 
					from contextlib import asynccontextmanager
 | 
				
			||||||
from fastapi import FastAPI, HTTPException, BackgroundTasks, Query
 | 
					from fastapi import FastAPI, HTTPException, BackgroundTasks
 | 
				
			||||||
from fastapi.encoders import jsonable_encoder
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .logging_config import configure_logging
 | 
					from .logging_config import configure_logging
 | 
				
			||||||
from .structs.landmark import Landmark
 | 
					from .structs.landmark import Landmark
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user