github
Fix type hint in SolovayKitaevDecomposition (#12627) The return type hint of `find_basic_approximation` method changes from `Gate` to `GateSequence` in `SolovayKitaevDecomposition` class, as implied by `self.basic_approximations`. With no remaining mentions of `Gate`, its corresponding import statement is removed. (cherry picked from commit 91f0c7088)
1 of 1 new or added line in 1 file covered. (100.0%)
5 existing lines in 2 files now uncovered.61835 of 68749 relevant lines covered (89.94%)
235136.73 hits per line