Skip to content

Commit

Permalink
python311Packages.azure-appconfiguration: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 13, 2024
1 parent 0e6226e commit 8931710
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions pkgs/development/python-modules/azure-appconfiguration/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{ lib
, azure-core
, buildPythonPackage
, fetchPypi
, isodate
, pythonOlder
, setuptools
{
lib,
azure-core,
buildPythonPackage,
fetchPypi,
isodate,
pythonOlder,
setuptools,
}:

buildPythonPackage rec {
Expand All @@ -19,9 +20,7 @@ buildPythonPackage rec {
hash = "sha256-z2KKPh6mZDR5ZDzSRt2kZO3Eq3hXQzOaao/oCbwTf+w=";
};

build-system = [
setuptools
];
build-system = [ setuptools ];

dependencies = [
azure-core
Expand All @@ -31,9 +30,7 @@ buildPythonPackage rec {
# Tests are not shipped
doCheck = false;

pythonImportsCheck = [
"azure.appconfiguration"
];
pythonImportsCheck = [ "azure.appconfiguration" ];

meta = with lib; {
description = "Microsoft App Configuration Data Library for Python";
Expand Down

0 comments on commit 8931710

Please sign in to comment.