Skip to content

Commit e832eef

Browse files
Forgot to remote jinja2templates instantiation
1 parent 51c171e commit e832eef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

imoog/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444

4545
app.image_cache = None
4646
app.db_driver = None
47-
app.templating = Jinja2Templates(directory="imoog/dashboard/templates")
4847

4948
def _check_driver() -> Tuple[type, str]:
5049
_driver_path = settings.DATABASE_DRIVERS["driver"]

0 commit comments

Comments
 (0)