Skip to content

Commit

Permalink
python312Packages.llama-index-readers-s3: format with nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 12, 2024
1 parent 0aef707 commit 1006546
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions pkgs/development/python-modules/llama-index-readers-s3/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, fetchPypi
, llama-index-core
, llama-index-readers-file
, poetry-core
, pythonOlder
, s3fs
{
lib,
buildPythonPackage,
fetchPypi,
llama-index-core,
llama-index-readers-file,
poetry-core,
pythonOlder,
s3fs,
}:

buildPythonPackage rec {
Expand All @@ -21,9 +22,7 @@ buildPythonPackage rec {
hash = "sha256-xj7uRsc56Wv/SF4OPo/jc+43PabJ4vaM5HcxhnxTzY8=";
};

build-system = [
poetry-core
];
build-system = [ poetry-core ];

dependencies = [
llama-index-core
Expand All @@ -34,9 +33,7 @@ buildPythonPackage rec {
# Tests are only available in the mono repo
doCheck = false;

pythonImportsCheck = [
"llama_index.readers.s3"
];
pythonImportsCheck = [ "llama_index.readers.s3" ];

meta = with lib; {
description = "LlamaIndex Readers Integration for S3";
Expand Down

0 comments on commit 1006546

Please sign in to comment.