bors 9aa867cd01 Auto merge of #15946 - roife:master, r=Veykril
internal: simplify the removal of dulicate workspaces.

### Summary:
Refactoring the duplicate removal process for `workspaces` in `fetch_workspaces`.

### Changes Made:

Replaced `[].iter().enumerate().skip(...).filter_map(...)` with a more concise `[i+1..].positions(...)` provided by `itertools`, which enhances clarity without changing functionality

### Impact:

This change aims to enhance the duplicate removal process for `workspaces`. This change has been tested on my machine.

Please review and provide feedback. Thanks!
2023-11-27 16:02:53 +00:00
..
2023-11-26 13:06:36 +02:00
v3
2023-11-23 02:15:47 +01:00
2023-11-15 21:18:49 +02:00
2023-11-16 22:27:21 +08:00
2023-11-25 20:38:11 +02:00
2023-11-15 21:24:20 +02:00
2023-11-16 22:27:21 +08:00
2023-11-15 12:53:56 +02:00
2023-11-15 13:00:32 +02:00
2023-11-15 13:00:32 +02:00
2023-11-15 13:00:32 +02:00
2023-11-15 21:18:49 +02:00
2023-11-16 21:48:49 +02:00
2023-11-23 12:34:38 +01:00
2023-11-15 21:12:18 +02:00
2023-11-16 21:48:49 +02:00
2023-11-15 21:14:56 +02:00
2023-11-15 13:34:56 +02:00
2023-11-15 12:53:56 +02:00
2023-11-15 13:21:34 +02:00
2023-11-15 13:27:48 +02:00