This commit is contained in:
2025-05-21 17:01:35 +03:00
parent 33cb528b1d
commit 365347ea7f
9 changed files with 129 additions and 81 deletions
-8
View File
@@ -16,11 +16,3 @@ def get_time_of_pre_cycle_setup(app: App) -> float:
app.pre_cycle_setup()
end = time()
return end - start