Skip to content

Resolve "Rabotnik type error in base.py"

Laurens Oostwegel requested to merge 44-rabotnik-type-error-in-base-py into master

Implements backwards compatibility with Python<3.9 where type hinting with list() and dict() is not yet implemented (so List() and Dict() from typing module are needed)

Closes #44 (closed)

\approve @ds @gislars

Edited by Laurens Oostwegel

Merge request reports