From 8ab10a2fd82040f82c4054b3fb1e313a07d44d02 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 27 七月 2023 15:07:33 +0800
Subject: [PATCH] bug修复

---
 test/test_profile.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/test/test_profile.py b/test/test_profile.py
index e57f686..a2c5d3e 100644
--- a/test/test_profile.py
+++ b/test/test_profile.py
@@ -1,10 +1,4 @@
-import cProfile
-import json
 import pstats
-
-from third_data import kpl_util
-from third_data.kpl_data_manager import KPLDataManager
-from utils import tool
 
 if __name__ == "__main__":
     # pr = cProfile.Profile()

--
Gitblit v1.8.0