python312Packages.python-ecobee-api: forma twith nixfmt

This commit is contained in:
Fabian Affolter
2024-05-06 23:13:07 +02:00
parent af190e4d57
commit d6a01b6fa5
@@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, requests
, setuptools
{
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
requests,
setuptools,
}:
buildPythonPackage rec {
@@ -20,13 +21,9 @@ buildPythonPackage rec {
hash = "sha256-WBVHlA7cAQGCFRNSANX6PqPQYMRw74GEAlTFwSBxVQU=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
requests
];
dependencies = [ requests ];
# no tests implemented
doCheck = false;