reformatted all files to use the Black formatting style
This commit is contained in:
@@ -3,4 +3,5 @@ from fastapi.templating import Jinja2Templates
|
||||
|
||||
|
||||
templates = Jinja2Templates(
|
||||
directory=os.path.join(os.path.dirname(__file__), "templates"))
|
||||
directory=os.path.join(os.path.dirname(__file__), "templates")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user