Commit 22312bf8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.adext: format with nixfmt

parent 47612dcc
Loading
Loading
Loading
Loading
+10 −15
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools-scm
, alarmdecoder
, pytestCheckHook
{
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  setuptools-scm,
  alarmdecoder,
  pytestCheckHook,
}:

buildPythonPackage rec {
@@ -18,17 +19,11 @@ buildPythonPackage rec {
    hash = "sha256-y8BvcSc3vD0FEWiyzW2Oh6PBS2Itjs2sz+9Dzh5yqSg=";
  };

  build-system = [
    setuptools-scm
  ];
  build-system = [ setuptools-scm ];

  dependencies = [
    alarmdecoder
  ];
  dependencies = [ alarmdecoder ];

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

  pythonImportsCheck = [ "adext" ];