SublimeText / sublime_lib

Utility library for frequently used functionality in Sublime Text and convenience functions or classes
https://sublimetext.github.io/sublime_lib
MIT License
52 stars 4 forks source link

Fix a MyPy issue. #142

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

getdoc can return None, so even though we can be sure it won't, MyPy wants explicit reassurance.

MyPy is also reporting a number of errors related to the vendored enum module. Not sure how to fix that yet. See https://stackoverflow.com/questions/66282719/ignore-mypy-is-not-valid-as-a-type-error