mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	code styling
This commit is contained in:
		
							parent
							
								
									743c702921
								
							
						
					
					
						commit
						beebf9e812
					
				@ -18,8 +18,7 @@ from jose.constants import ALGORITHMS
 | 
				
			|||||||
from sqlalchemy import create_engine
 | 
					from sqlalchemy import create_engine
 | 
				
			||||||
from sqlalchemy.orm import sessionmaker
 | 
					from sqlalchemy.orm import sessionmaker
 | 
				
			||||||
from starlette.middleware.cors import CORSMiddleware
 | 
					from starlette.middleware.cors import CORSMiddleware
 | 
				
			||||||
from starlette.responses import StreamingResponse, JSONResponse as JSONr, HTMLResponse as HTMLr, Response, \
 | 
					from starlette.responses import StreamingResponse, JSONResponse as JSONr, HTMLResponse as HTMLr, Response, RedirectResponse
 | 
				
			||||||
    RedirectResponse
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
from orm import Origin, Lease, init as db_init, migrate
 | 
					from orm import Origin, Lease, init as db_init, migrate
 | 
				
			||||||
from util import PrivateKey, PublicKey, load_file, Cert
 | 
					from util import PrivateKey, PublicKey, load_file, Cert
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user