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