mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
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:
@@ -8,7 +8,7 @@ import optparse
|
||||
import time
|
||||
from urllib.parse import urljoin
|
||||
|
||||
from common import ( # noqa: I100,I202
|
||||
from common import (
|
||||
get,
|
||||
post,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user