mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
Address final code review nitpicks: improve code organization
Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com>
This commit is contained in:
co-authored by
denizsafak
parent
5cca6235e1
commit
711858ce2c
+1
-1
@@ -9,6 +9,7 @@ are working correctly and don't introduce regressions.
|
||||
import re
|
||||
import time
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
|
||||
def test_regex_precompilation_performance():
|
||||
@@ -213,7 +214,6 @@ def main():
|
||||
return 1
|
||||
except Exception as e:
|
||||
print(f"\n❌ Unexpected error: {e}")
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user