mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
style(backend): 🎨 add isort to lint and CI/CD
This commit is contained in:
@@ -2,9 +2,10 @@ import json
|
||||
from pathlib import Path
|
||||
|
||||
from fastapi.testclient import TestClient
|
||||
from pytest import fixture
|
||||
|
||||
from mealie.core.config import app_dirs
|
||||
from mealie.schema.user import UserOut
|
||||
from pytest import fixture
|
||||
from tests.app_routes import AppRoutes
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user