From 912dad47cff0320006a32a8547529edc27e1b102 Mon Sep 17 00:00:00 2001 From: Gopal Date: Thu, 2 Apr 2026 18:55:31 +0530 Subject: [PATCH] Fix indentation and formatting in export_xlsx function --- apps.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps.py b/apps.py index 1be1c49b33..35911b5ee8 100644 --- a/apps.py +++ b/apps.py @@ -1,5 +1,3 @@ -import git -import json import time import logging import argparse @@ -150,7 +148,7 @@ def get_app_info(repo): app.dump() -def export_xlsx(save_path='.'): +def export_xlsx(save_path='.'): save_path = Path(save_path).absolute() appuserlist = MyJson(save_path / 'appuserlist.json') workbook = Workbook()