python312Packages.foobot-async: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-18 22:23:05 +02:00
parent 065a82e207
commit 9db58e6a8f

View File

@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchPypi
, aiohttp
, async-timeout
, aioresponses
, pytestCheckHook
, setuptools
{
lib,
buildPythonPackage,
pythonOlder,
fetchPypi,
aiohttp,
async-timeout,
aioresponses,
pytestCheckHook,
setuptools,
}:
buildPythonPackage rec {
@ -22,9 +23,7 @@ buildPythonPackage rec {
hash = "sha256-+lV6It6SUTnLSiEDT/280B0ovxZsDmgOr4SpkgYyf0A=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
@ -36,9 +35,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"foobot_async"
];
pythonImportsCheck = [ "foobot_async" ];
meta = with lib; {
description = "API Client for Foobot Air Quality Monitoring devices";