Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: fix type annotation error in python3.8 (#656)
As mentioned in #653, there is a type annotation error in cascade.py because we use `list` which is builtin since python 3.9 (related PR #486).
- Loading branch information