zapata-engineering / orqviz

Python package for visualizing the loss landscape of parameterized quantum algorithms.
Apache License 2.0
84 stars 18 forks source link

fix: mypy issues related to implicit optionals #54

Closed dexter2206 closed 1 year ago

dexter2206 commented 1 year ago

This fixes mypy errors occurring when make style is invoked. Apparently, all errors seem to occur because the implicit optionals are now disallowed by mypy.