stac-utils / stac-task

Provides a class interface for running custom algorithms on STAC ItemCollections
Apache License 2.0
21 stars 5 forks source link

change Dict and List to dict and list #116

Closed philvarner closed 7 months ago

philvarner commented 7 months ago

Related Issue(s):

Proposed Changes:

  1. Change Dict and List typing to dict and list, to align with Python 3.9+ convention

PR Checklist: