Address final code review nitpicks: improve code organization

Co-authored-by: denizsafak <39929354+denizsafak@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-20 23:29:23 +00:00
co-authored by denizsafak
parent 5cca6235e1
commit 711858ce2c
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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