python312Packages.microsoft-kiota-abstractions: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-03 22:56:00 +02:00
parent 7db2c77dbf
commit b77f47acc2

View File

@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, flit-core
, opentelemetry-api
, opentelemetry-sdk
, pytest-asyncio
, pytest-mock
, pytestCheckHook
, pythonOlder
, std-uritemplate
{
lib,
buildPythonPackage,
fetchFromGitHub,
flit-core,
opentelemetry-api,
opentelemetry-sdk,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
std-uritemplate,
}:
buildPythonPackage rec {
@ -25,9 +26,7 @@ buildPythonPackage rec {
hash = "sha256-n9Erm21slKm+zDblhSHA5Cwxkyrcyx0w09ua3bUc5XI=";
};
build-system = [
flit-core
];
build-system = [ flit-core ];
dependencies = [
opentelemetry-api
@ -41,9 +40,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"kiota_abstractions"
];
pythonImportsCheck = [ "kiota_abstractions" ];
meta = with lib; {
description = "Abstractions library for Kiota generated Python clients";