Lint
This commit is contained in:
parent
261417cab3
commit
94e9de0f6c
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ from jinja2 import FileSystemLoader
|
||||||
from jinja2 import select_autoescape
|
from jinja2 import select_autoescape
|
||||||
from markdown import markdown
|
from markdown import markdown
|
||||||
|
|
||||||
from app.database import now
|
|
||||||
from app.config import VERSION
|
from app.config import VERSION
|
||||||
|
from app.database import now
|
||||||
|
|
||||||
|
|
||||||
def markdownify(content: str) -> str:
|
def markdownify(content: str) -> str:
|
||||||
|
|
Loading…
Reference in a new issue