Add type hints to models.py
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
2+ 6
− 0
@@ -24,6 +24,10 @@
@@ -34,6 +38,8 @@ DATETIME = "DATETIME"
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.
For a faster browsing experience, some files are collapsed by default.