python312Packages.quil: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 09:58:08 +02:00
parent 7a8bba665f
commit 4940de59aa
1 changed files with 10 additions and 11 deletions

View File

@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, rustPlatform
, numpy
, pytestCheckHook
, syrupy
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
rustPlatform,
numpy,
pytestCheckHook,
syrupy,
}:
buildPythonPackage rec {
@ -39,9 +40,7 @@ buildPythonPackage rec {
rustPlatform.maturinBuildHook
];
dependencies = [
numpy
];
dependencies = [ numpy ];
pythonImportsCheck = [ "numpy" ];