python311Packages.clarifai-grpc: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-12 09:15:34 +02:00
parent 8c0f4ca85a
commit 9de6ca85c9
1 changed files with 11 additions and 12 deletions

View File

@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
, googleapis-common-protos
, grpcio
, protobuf
, requests
{
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
googleapis-common-protos,
grpcio,
protobuf,
requests,
}:
buildPythonPackage rec {
@ -23,9 +24,7 @@ buildPythonPackage rec {
hash = "sha256-JdRqZCDU5ScI3ZUTsWnFHYQ7Zog6V2xcbBDvFcHPnCk=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
googleapis-common-protos