Skip to content

Commit afca563

Browse files
committed
Lint fix
1 parent b53f0a4 commit afca563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/_download_clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ def list_download_clients(self) -> dict[str, list[str]]:
118118
download_clients = getattr(self, client_type, [])
119119
result[client_type] = [client.name for client in download_clients]
120120

121-
return result
121+
return result

0 commit comments

Comments
 (0)