Skip to content

Commit 2971502

Browse files
committed
run pre-commit
1 parent 5d55241 commit 2971502

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

render.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
LAYOUTS_DIR = "./layouts"
1515
DEPLOY_BASEURL = "https://john-bampton.github.io"
1616

17-
jinja_env = Environment(
18-
loader=FileSystemLoader(LAYOUTS_DIR),
19-
autoescape=True
20-
)
17+
jinja_env = Environment(loader=FileSystemLoader(LAYOUTS_DIR), autoescape=True)
2118

2219

2320
def setup_logger() -> logging.Logger:

0 commit comments

Comments
 (0)