From a3e549cec115ab653ab7a5034bc5f8f8f248b15e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 29 Apr 2024 10:07:32 +0200 Subject: [PATCH] python312Packages.anthropic: format with nixfmt --- .../python-modules/anthropic/default.nix | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/pkgs/development/python-modules/anthropic/default.nix b/pkgs/development/python-modules/anthropic/default.nix index b5605dfea503..5eef6a51010a 100644 --- a/pkgs/development/python-modules/anthropic/default.nix +++ b/pkgs/development/python-modules/anthropic/default.nix @@ -1,21 +1,22 @@ -{ lib -, anyio -, buildPythonPackage -, dirty-equals -, distro -, fetchFromGitHub -, google-auth -, hatch-fancy-pypi-readme -, hatchling -, httpx -, pydantic -, pytest-asyncio -, pytestCheckHook -, pythonOlder -, respx -, sniffio -, tokenizers -, typing-extensions +{ + lib, + anyio, + buildPythonPackage, + dirty-equals, + distro, + fetchFromGitHub, + google-auth, + hatch-fancy-pypi-readme, + hatchling, + httpx, + pydantic, + pytest-asyncio, + pytestCheckHook, + pythonOlder, + respx, + sniffio, + tokenizers, + typing-extensions, }: buildPythonPackage rec { @@ -58,9 +59,7 @@ buildPythonPackage rec { respx ]; - pythonImportsCheck = [ - "anthropic" - ]; + pythonImportsCheck = [ "anthropic" ]; disabledTests = [ # Test require network access