Add type hints to models.py
Compare changes
There are no changes yet
No changes between version 4 and version 4
Introduce type hints in models.py
. #144 (closed)
This MR adds many type hints to models.py
, but is not complete. Also, probaby not all type hints are fully correct and will have to be checked, in particular whether really all Optional
arguments are actually optional, i.e. are allowed to be None
.
Regular test environment.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.
No changes between version 4 and version 4