python311Packages.ibm-cloud-sdk-core: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-20 09:07:56 +02:00
parent c859927990
commit 9929a6bb3b

View File

@ -1,13 +1,14 @@
{ lib
, buildPythonPackage
, fetchPypi
, pyjwt
, pytestCheckHook
, python-dateutil
, pythonOlder
, requests
, responses
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
pyjwt,
pytestCheckHook,
python-dateutil,
pythonOlder,
requests,
responses,
setuptools,
}:
buildPythonPackage rec {
@ -22,9 +23,7 @@ buildPythonPackage rec {
hash = "sha256-CqbZcEP1ianvRRpx527KBjQTjvGBzlSmoKY1Pe5MXRA=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
pyjwt