Skip to content

Commit 54410c7

Browse files
committed
Black formatted with new black version
1 parent 155470b commit 54410c7

File tree

3 files changed

+10
-71
lines changed

3 files changed

+10
-71
lines changed

lfweb/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Initialize application factory"""
2+
23
from lfweb import create_app
34

45
app = create_app()

lfweb/main/images.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Routes for images
33
"""
4+
45
from flask import Blueprint, send_from_directory
56

67
bp = Blueprint("images", __name__, url_prefix="/static/images")

0 commit comments

Comments
 (0)