python3Packages.cirq-google: update format

This commit is contained in:
Fabian Affolter
2021-09-18 20:51:12 +02:00
parent aab20f64b1
commit b73c6bd916
@@ -27,5 +27,8 @@ buildPythonPackage rec {
protobuf
];
checkInputs = [ pytestCheckHook freezegun ];
checkInputs = [
freezegun
pytestCheckHook
];
}