mirror of https://github.com/kortix-ai/suna.git
chore(dev): import fix - n
This commit is contained in:
parent
cecb2de586
commit
6c07f0ecd1
|
@ -1,6 +1,6 @@
|
|||
from fastapi import APIRouter
|
||||
from utils.logger import logger
|
||||
from flags import list_flags, is_enabled, get_flag_details
|
||||
from .flags import list_flags, is_enabled, get_flag_details
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
|
Loading…
Reference in New Issue