refactor(kiwi): remove unused LIFETIME_SOURCES import from recipes.py
This commit is contained in:
parent
006582b179
commit
99e9cbb8c1
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ from app.services.recipe.browser_domains import (
|
||||||
)
|
)
|
||||||
from app.services.recipe.recipe_engine import RecipeEngine
|
from app.services.recipe.recipe_engine import RecipeEngine
|
||||||
from app.services.heimdall_orch import check_orch_budget
|
from app.services.heimdall_orch import check_orch_budget
|
||||||
from app.tiers import LIFETIME_SOURCES, can_use
|
from app.tiers import can_use
|
||||||
|
|
||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue