GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 0 forks source link

Quick fix: update Sequence imports to remove deprecation warnings #332

Closed truth-quark closed 2 years ago

truth-quark commented 2 years ago

This fixes deprecation warnings on Python 3.3 to 3.9 and code/test breakages from py3.10+ and resolves #331.

The Sequence imports in the GAMMA text proxy are fine. Those imports grab Sequence via an alias that appears to resolve correctly to collections.abc.Sequence.

I also tweaked a few lines to fix/remove linter warnings.