ARG002/ARG005: fix
This commit is contained in:
@@ -575,6 +575,7 @@ class LogManager:
|
||||
The LogFile if found, None otherwise.
|
||||
|
||||
"""
|
||||
del group_path # Unused but kept for API compatibility
|
||||
log_files: list[LogFile] = []
|
||||
|
||||
# Recursively search for log files
|
||||
|
||||
@@ -811,6 +811,7 @@ class TestLogFileSorting:
|
||||
configured_log_manager: LogManager,
|
||||
) -> None:
|
||||
"""Test that list_log_days returns days sorted newest first."""
|
||||
del configured_log_manager # Unused but kept for API compatibility
|
||||
# Create log files on different days by manipulating the date
|
||||
import tempfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user