Add missing import
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/manual/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/manual/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -12,7 +12,7 @@ from wtforms.validators import Length
 | 
			
		||||
 | 
			
		||||
import const
 | 
			
		||||
from common import CustomForm, build_query, flatten, format_name, spam
 | 
			
		||||
from oidc import page_oidc, login_required, read_user
 | 
			
		||||
from oidc import page_oidc, login_required, read_user, do_login
 | 
			
		||||
 | 
			
		||||
page_inventory = Blueprint("inventory", __name__)
 | 
			
		||||
db = MongoClient(const.MONGO_URI).get_default_database()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user