refactor: Remove FormatterApplier class and update related imports and tests

This commit is contained in:
sha
2026-01-04 15:13:48 +00:00
parent cffd68c687
commit 0c3a173819
7 changed files with 12 additions and 301 deletions
+2 -2
View File
@@ -31,5 +31,5 @@ class SpecialInfoFormatter:
logging.info(f"Formatted tuple/list to: {result!r}")
return result
if os.getenv("FORMATTER_LOG"):
logging.info("Returning 'Unknown'")
return "Unknown"
logging.info("Returning None")
return None