mirror of https://github.com/pallets/flask.git
				
				
				
			Added python type annotation and return type. (#5485)
This commit is contained in:
		
						commit
						6d126e1013
					
				| 
						 | 
				
			
			@ -291,7 +291,7 @@ class App(Scaffold):
 | 
			
		|||
        instance_path: str | None = None,
 | 
			
		||||
        instance_relative_config: bool = False,
 | 
			
		||||
        root_path: str | None = None,
 | 
			
		||||
    ):
 | 
			
		||||
    ) -> None:
 | 
			
		||||
        super().__init__(
 | 
			
		||||
            import_name=import_name,
 | 
			
		||||
            static_folder=static_folder,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue