python312Packages.aiortm: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-12 09:27:03 +02:00
parent 7c5abad9c2
commit 8f0e4dbb0b
1 changed files with 16 additions and 19 deletions

View File

@ -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";