We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53f0a4 commit afca563Copy full SHA for afca563
src/settings/_download_clients.py
@@ -118,4 +118,4 @@ def list_download_clients(self) -> dict[str, list[str]]:
118
download_clients = getattr(self, client_type, [])
119
result[client_type] = [client.name for client in download_clients]
120
121
- return result
+ return result
0 commit comments