python3Packages.cirq-google: update format

main
Fabian Affolter 3 years ago
parent aab20f64b1
commit b73c6bd916
  1. 5
      pkgs/development/python-modules/cirq-google/default.nix

@ -27,5 +27,8 @@ buildPythonPackage rec {
protobuf
];
checkInputs = [ pytestCheckHook freezegun ];
checkInputs = [
freezegun
pytestCheckHook
];
}

Loading…
Cancel
Save