python312Packages.romy: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-04 09:48:01 +02:00
parent c12a18f8bb
commit 6bf8cb651b

View File

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools
, pythonOlder
, aiohttp
{
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
pythonOlder,
aiohttp,
}:
buildPythonPackage rec {
@ -20,20 +21,14 @@ buildPythonPackage rec {
hash = "sha256-pQI+/1xt1YE+L5CHsurkBr2dKMGR/dV5vrGHYM8wNGs=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
];
dependencies = [ aiohttp ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"romy"
];
pythonImportsCheck = [ "romy" ];
meta = with lib; {
description = "Library to control Wi-Fi enabled ROMY vacuum cleaners";