mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
70 stars 5 forks source link

Fix tuple typing #210

Closed bashirmindee closed 6 months ago

bashirmindee commented 6 months ago

Description

Fixes a problem of future annotations. When using the newer typing system (types are strings), the check on unpack_to doesn't work. This fixes it.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Checklist:

bashirmindee commented 6 months ago

I will forward port it right now