python312Packages.tesla-fleet-api: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-12 11:34:32 +02:00
parent a3e636191d
commit 970884ecf1

View File

@ -1,10 +1,11 @@
{ lib
, aiohttp
, aiolimiter
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
{
lib,
aiohttp,
aiolimiter,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -21,9 +22,7 @@ buildPythonPackage rec {
hash = "sha256-aDejd9UHGXkBa5xyCJaLOkT1A2cWmnx1rKJkXjjw0fc=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
@ -31,11 +30,9 @@ buildPythonPackage rec {
];
# Module has no tests
doCheck =false;
doCheck = false;
pythonImportsCheck = [
"tesla_fleet_api"
];
pythonImportsCheck = [ "tesla_fleet_api" ];
meta = with lib; {
description = "Python library for Tesla Fleet API and Teslemetry";