From 4940de59aa96cc85eb51d1aa2c0f34eb1108cb54 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 5 Apr 2024 09:58:08 +0200 Subject: [PATCH] python312Packages.quil: format with nixfmt --- .../python-modules/quil/default.nix | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/quil/default.nix b/pkgs/development/python-modules/quil/default.nix index 9cf64513087c..41f79d79bdf3 100644 --- a/pkgs/development/python-modules/quil/default.nix +++ b/pkgs/development/python-modules/quil/default.nix @@ -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" ];