diff options
| author | bd <bdunahu@operationnull.com> | 2025-07-22 02:58:21 -0600 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-07-22 02:58:21 -0600 |
| commit | 28c0b35f731fc89c28458d47c2bf2aa64bd8a297 (patch) | |
| tree | 096a0f0246e3cd8e7f1f07d224b0e8d94147f28c /t/test_functionality.py | |
| parent | 430482022b99e566794ceacd26824b1dcebf8496 (diff) | |
Mark internal aergia methods as private
Diffstat (limited to 't/test_functionality.py')
| -rw-r--r-- | t/test_functionality.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/t/test_functionality.py b/t/test_functionality.py index 0302a90..2a2bbe3 100644 --- a/t/test_functionality.py +++ b/t/test_functionality.py @@ -1,8 +1,4 @@ -try: - import yappi -except ImportError: - print("yappi module not found. Skipping related tests.") - exit(0) +import yappi import utils import asyncio import threading |
