python312Packages.grpclib: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-16 16:32:17 +02:00
parent 54dfe6624b
commit b4e8b0ff29
1 changed files with 15 additions and 16 deletions

View File

@ -1,16 +1,17 @@
{ lib
, async-timeout
, buildPythonPackage
, certifi
, faker
, fetchFromGitHub
, googleapis-common-protos
, h2
, multidict
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
async-timeout,
buildPythonPackage,
certifi,
faker,
fetchFromGitHub,
googleapis-common-protos,
h2,
multidict,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -27,9 +28,7 @@ buildPythonPackage rec {
hash = "sha256-bCLyBfsNdIGdpz9l/r2iYIQ5TitKmsctekeOthIkXhw=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
h2