Don't use uninitialized variable
The bug was never seen because it was also comparing `InstrumentInfo` to `str` which was always returning `False`. This PR fixes both of those issues and reduces pep8 warnings.
Please register or sign in to comment
The bug was never seen because it was also comparing `InstrumentInfo` to `str` which was always returning `False`. This PR fixes both of those issues and reduces pep8 warnings.