mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-17 21:53:58 +02:00
pylint fix
This commit is contained in:
@@ -72,4 +72,3 @@ class General:
|
|||||||
vars(self),
|
vars(self),
|
||||||
)
|
)
|
||||||
return config_yaml
|
return config_yaml
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# pylint: disable=W0212
|
||||||
"""Tests for the remove_done_seeding job."""
|
"""Tests for the remove_done_seeding job."""
|
||||||
|
|
||||||
from unittest.mock import AsyncMock, MagicMock, patch
|
from unittest.mock import AsyncMock, MagicMock, patch
|
||||||
|
|||||||
Reference in New Issue
Block a user