File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1111from v4 .models .messages import WebsocketMessageType
1212from auth .auth_utils import get_authenticated_user_details
1313from common .database .database_factory import DatabaseFactory
14- from common .utils .github_excel_generator import GitHubExcelGenerator
1514from v4 .common .services .branch_report_service import BranchReportService
1615from common .models .messages_af import (
1716 InputTask ,
@@ -1517,7 +1516,6 @@ async def generate_branch_report(
15171516 # Create a background task to clean up the file after a delay
15181517 async def cleanup_file ():
15191518 """Delete the temporary file after a delay to ensure download completes."""
1520- import asyncio
15211519 await asyncio .sleep (300 ) # Wait 5 minutes before cleanup
15221520 try :
15231521 if os .path .exists (output_path ):
You can’t perform that action at this time.
0 commit comments