cognitedata/cognite-sdk-python

Fix data classes wrt. Optionals.

erlendvollset opened this issue · 1 comments

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.

Solved by #1289