broadinstitute / fiss

FireCloud Service Selector (FISS) -- Python bindings and CLI for FireCloud execution engine
BSD 3-Clause "New" or "Revised" License
29 stars 25 forks source link

Fix Iterable import in python3.10. #174

Closed DailyDreaming closed 2 years ago

DailyDreaming commented 2 years ago

You can no longer import Iterable from collections directly in python3.10, which breaks the fiss package in python3.10, and also our repositories that rely on it in python3.10.

This should fix the issue, which is posted here: https://github.com/broadinstitute/fiss/issues/170

Thanks in advance.