refactor: follow more guidelines

This commit is contained in:
2025-04-03 17:32:44 -04:00
parent f360566824
commit ec31250153
20 changed files with 122 additions and 86 deletions

View File

@@ -1,3 +1,3 @@
from . import test_filter_secrets, test_format_duration
__all__ = ["test_format_duration", "test_filter_secrets"]
__all__ = ["test_filter_secrets", "test_format_duration"]