pylint fix

This commit is contained in:
Benjamin Harder
2025-10-19 18:49:07 +02:00
parent 78ac8d4860
commit 2fb373a548
2 changed files with 1 additions and 1 deletions

View File

@@ -72,4 +72,3 @@ class General:
vars(self),
)
return config_yaml

View File

@@ -1,3 +1,4 @@
# pylint: disable=W0212
"""Tests for the remove_done_seeding job."""
from unittest.mock import AsyncMock, MagicMock, patch