Files
galaxy/lib
davelopez 13c9753ee9 Modernize type hints in upload activity helpers
Update type annotations to use PEP 604 union syntax, replacing older Optional and Union imports. This simplifies the codebase and aligns with modern Python standards while resolving linting issues.

The changes also include stubbing out missing methods in the base staging class to improve type consistency across subclasses.
2026-08-12 14:23:07 +02:00
..