python312Packages.google-cloud-monitoring: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-29 09:33:45 +02:00
parent 189a560034
commit 8a14e18f5e

View File

@ -1,16 +1,17 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, google-cloud-testutils
, mock
, pandas
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
google-cloud-testutils,
mock,
pandas,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -25,9 +26,7 @@ buildPythonPackage rec {
hash = "sha256-57HIdY/DVj/7mjR7xRcuJ4L0TBIbyA/BUoPiic/2db8=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
google-api-core
@ -36,9 +35,7 @@ buildPythonPackage rec {
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
pandas = [
pandas
];
pandas = [ pandas ];
};
nativeCheckInputs = [