Merge pull request #643 from escapade-mckv/feature-flags

chore(dev): import fix - n
This commit is contained in:
Bobbie 2025-06-05 17:06:35 +05:30 committed by GitHub
commit 9c2afa68f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import sys
import argparse
import asyncio
from flags.flags import enable_flag, disable_flag, is_enabled, list_flags, delete_flag, get_flag_details
from flags import enable_flag, disable_flag, is_enabled, list_flags, delete_flag, get_flag_details
async def enable_command(flag_name: str, description: str = ""):
"""Enable a feature flag"""