Fix new ruff 0.11.0 errors

Also:
- Add and fix type annotations
- Fix call of `object_store_allows_id_selection()` method
This commit is contained in:
Nicola Soranzo
2025-03-15 17:12:02 +00:00
parent 41e1a3cc9b
commit 5fe5b53bf3
10 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import optparse
import time
from urllib.parse import urljoin
from common import ( # noqa: I100,I202
from common import (
get,
post,
)