mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-12 08:07:14 -07:00
style(backend): 🎨 add isort to lint and CI/CD
This commit is contained in:
parent
2c80980453
commit
7c936c85ae
103 changed files with 203 additions and 93 deletions
|
@ -8,10 +8,11 @@ from typing import Optional
|
|||
from fastapi import FastAPI
|
||||
from humps import camelize
|
||||
from jinja2 import Template
|
||||
from mealie.app import app
|
||||
from pydantic import BaseModel, Field
|
||||
from slugify import slugify
|
||||
|
||||
from mealie.app import app
|
||||
|
||||
CWD = Path(__file__).parent
|
||||
OUT_DIR = CWD / "output"
|
||||
TEMPLATES_DIR = CWD / "templates"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue