python312Packages.azure-mgmt-kusto: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 10:20:29 +02:00
parent 8eadba8a35
commit 47b06b6872
1 changed files with 10 additions and 11 deletions

View File

@ -1,11 +1,12 @@
{ lib
, azure-common
, azure-mgmt-core
, buildPythonPackage
, fetchPypi
, isodate
, pythonOlder
, setuptools
{
lib,
azure-common,
azure-mgmt-core,
buildPythonPackage,
fetchPypi,
isodate,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -20,9 +21,7 @@ buildPythonPackage rec {
hash = "sha256-PmGGtyVrYFCMnpiCq9x9uwoMboDO1ePlGAJzrMTj3ps=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
azure-common