python312Packages.teslajsonpy: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-04 23:08:42 +02:00
parent 320a0e0ad7
commit 6e0d21275d

View File

@ -1,18 +1,19 @@
{ lib
, aiohttp
, authcaptureproxy
, backoff
, beautifulsoup4
, buildPythonPackage
, fetchFromGitHub
, httpx
, orjson
, poetry-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, tenacity
, wrapt
{
lib,
aiohttp,
authcaptureproxy,
backoff,
beautifulsoup4,
buildPythonPackage,
fetchFromGitHub,
httpx,
orjson,
poetry-core,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
tenacity,
wrapt,
}:
buildPythonPackage rec {
@ -29,9 +30,7 @@ buildPythonPackage rec {
hash = "sha256-g5csh014gXdYJ28cBn0Frk5g3zFuZ9ufrypcLcNPwg0=";
};
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
authcaptureproxy
@ -49,9 +48,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"teslajsonpy"
];
pythonImportsCheck = [ "teslajsonpy" ];
meta = with lib; {
description = "Python library to work with Tesla API";