Skip to content

Commit 53d226d

Browse files
authored
Merge pull request #87 from yammesicka/develop
fix: Basic lint problems
2 parents ba6a006 + 418cfbc commit 53d226d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
STATIC_PATH = os.path.join(APP_PATH, "static")
1111
TEMPLATES_PATH = os.path.join(APP_PATH, "templates")
1212

13-
templates = Jinja2Templates(directory=TEMPLATES_PATH)
13+
templates = Jinja2Templates(directory=TEMPLATES_PATH)

app/routers/event.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from fastapi import APIRouter, Request
22

3-
from app.dependencies import TEMPLATES_PATH
43
from app.dependencies import templates
54

65

0 commit comments

Comments
 (0)