python312Packages.azure-synapse-spark: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 10:16:41 +02:00
parent 7c1d1716c9
commit 955f206cc4
1 changed files with 10 additions and 11 deletions

View File

@ -1,11 +1,12 @@
{ lib
, azure-common
, azure-core
, buildPythonPackage
, fetchPypi
, msrest
, pythonOlder
, setuptools
{
lib,
azure-common,
azure-core,
buildPythonPackage,
fetchPypi,
msrest,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -21,9 +22,7 @@ buildPythonPackage rec {
extension = "zip";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
azure-common