Super tiny fix extra logs (#10697)

This commit is contained in:
fzyzcjy
2025-09-21 12:30:54 +08:00
committed by GitHub
parent d403c143e3
commit 720c1c8ca3

View File

@@ -998,7 +998,7 @@ class ServerArgs:
)
def _handle_other_validations(self):
logger.info("Handle other validations if needed.")
pass
def __post_init__(self):
"""