diff --git a/src/settings/_download_clients.py b/src/settings/_download_clients.py index 4615509..20af494 100644 --- a/src/settings/_download_clients.py +++ b/src/settings/_download_clients.py @@ -118,4 +118,4 @@ class DownloadClients: download_clients = getattr(self, client_type, []) result[client_type] = [client.name for client in download_clients] - return result \ No newline at end of file + return result