Commit 3338f0f5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.govee-local-api: format with nixfmt

parent aff5b1be
Loading
Loading
Loading
Loading
+10 −13
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, poetry-dynamic-versioning
, pytestCheckHook
, pythonOlder
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  poetry-core,
  poetry-dynamic-versioning,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -26,13 +27,9 @@ buildPythonPackage rec {
    poetry-dynamic-versioning
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];
  nativeCheckInputs = [ pytestCheckHook ];

  pythonImportsCheck = [
    "govee_local_api"
  ];
  pythonImportsCheck = [ "govee_local_api" ];

  meta = with lib; {
    description = "Library to communicate with Govee local API";