From 9db58e6a8f991ab2ea484da23909412fb193a990 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 18 May 2024 22:23:05 +0200 Subject: [PATCH] python312Packages.foobot-async: format with nixfmt --- .../python-modules/foobot-async/default.nix | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/pkgs/development/python-modules/foobot-async/default.nix b/pkgs/development/python-modules/foobot-async/default.nix index 7f30cae06e78..895bccb33137 100644 --- a/pkgs/development/python-modules/foobot-async/default.nix +++ b/pkgs/development/python-modules/foobot-async/default.nix @@ -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";