chore(dev): import fix - n

This commit is contained in:
Soumyadas15 2025-06-05 17:02:35 +05:30
parent 3bccfc1f6a
commit 9a7999b708
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from fastapi import APIRouter
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()