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