Fix data classes wrt. Optionals.
erlendvollset opened this issue · 1 comments
erlendvollset commented
Since we use = None
defaults in a lot of places where we shouldn't, we get a lot of attributes which are implicitly typed as Optional
. We should remove these defaults where they don't belong.