mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
refactor: Remove FormatterApplier class and update related imports and tests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user