python311Packages.py-zabbix: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-03 15:08:03 +02:00
parent 9fdde86cc5
commit cdb49c94ad

View File

@ -1,9 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, pytestCheckHook
, pythonOlder
{
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@ -29,13 +30,9 @@ buildPythonPackage rec {
})
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"pyzabbix"
];
pythonImportsCheck = [ "pyzabbix" ];
meta = with lib; {
description = "Python module to interact with Zabbix";