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
View File
@@ -21,7 +21,6 @@ from .extension_formatter import ExtensionFormatter
from .resolution_formatter import ResolutionFormatter
from .track_formatter import TrackFormatter
from .special_info_formatter import SpecialInfoFormatter
from .formatter import FormatterApplier
# Decorator instances
from .date_decorators import date_decorators, DateDecorators
@@ -51,7 +50,6 @@ __all__ = [
'ResolutionFormatter',
'TrackFormatter',
'SpecialInfoFormatter',
'FormatterApplier',
# Decorator instances and classes
'date_decorators',