diff --git a/src/settings/_general.py b/src/settings/_general.py index 2c0801d..ccd42a6 100644 --- a/src/settings/_general.py +++ b/src/settings/_general.py @@ -72,4 +72,3 @@ class General: vars(self), ) return config_yaml - diff --git a/tests/jobs/test_remove_completed.py b/tests/jobs/test_remove_completed.py index 4e6db2b..b7a2681 100644 --- a/tests/jobs/test_remove_completed.py +++ b/tests/jobs/test_remove_completed.py @@ -1,3 +1,4 @@ + # pylint: disable=W0212 """Tests for the remove_done_seeding job.""" from unittest.mock import AsyncMock, MagicMock, patch