Dur4ndal

Results 1 issues of Dur4ndal

**Issue:** Cannot import name 'Iterable' from 'collections' (/usr/lib/python3.11/collections/__init__.py) **Fix:** `Iterable` was removed from `collections` in Python 3.10. As a consequence, when "from tabulate import tabulate", Iterable isn't correctly imported, so...