From 72113d5e1f43f9d0e15a4882e5c0eed1a295e6d6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 10 May 2024 13:31:47 +0200 Subject: [PATCH] python312Packages.pyannote-core: format with nixfmt --- .../python-modules/pyannote-core/default.nix | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/pyannote-core/default.nix b/pkgs/development/python-modules/pyannote-core/default.nix index a7fcc6f8c995..85c01bcee578 100644 --- a/pkgs/development/python-modules/pyannote-core/default.nix +++ b/pkgs/development/python-modules/pyannote-core/default.nix @@ -1,14 +1,15 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, numpy -, pandas -, pytestCheckHook -, scipy -, setuptools -, sortedcontainers -, typing-extensions -, versioneer +{ + lib, + buildPythonPackage, + fetchFromGitHub, + numpy, + pandas, + pytestCheckHook, + scipy, + setuptools, + sortedcontainers, + typing-extensions, + versioneer, }: buildPythonPackage rec {