python312Packages.anthropic: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-04-29 10:07:32 +02:00
parent 2c4db3461d
commit a3e549cec1
@@ -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