From 8f0e4dbb0b2955d2be6dc298e4fd7fe8e7cbf29d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 12 Apr 2024 09:27:03 +0200 Subject: [PATCH] python312Packages.aiortm: format with nixfmt --- .../python-modules/aiortm/default.nix | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/pkgs/development/python-modules/aiortm/default.nix b/pkgs/development/python-modules/aiortm/default.nix index fe58b5cbdf64..f9776a0cb6f1 100644 --- a/pkgs/development/python-modules/aiortm/default.nix +++ b/pkgs/development/python-modules/aiortm/default.nix @@ -1,16 +1,17 @@ -{ lib -, aiohttp -, aioresponses -, buildPythonPackage -, ciso8601 -, click -, fetchFromGitHub -, mashumaro -, poetry-core -, pytest-asyncio -, pytestCheckHook -, pythonOlder -, yarl +{ + lib, + aiohttp, + aioresponses, + buildPythonPackage, + ciso8601, + click, + fetchFromGitHub, + mashumaro, + poetry-core, + pytest-asyncio, + pytestCheckHook, + pythonOlder, + yarl, }: buildPythonPackage rec { @@ -32,9 +33,7 @@ buildPythonPackage rec { --replace-fail " --cov=aiortm --cov-report=term-missing:skip-covered" "" ''; - build-system = [ - poetry-core - ]; + build-system = [ poetry-core ]; dependencies = [ aiohttp @@ -50,9 +49,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "aiortm" - ]; + pythonImportsCheck = [ "aiortm" ]; meta = with lib; { description = "Library for the Remember the Milk API";