Removing unused code.

This commit is contained in:
Nicolas Patry 2024-09-12 15:07:28 +02:00
parent c227345878
commit 815449da74
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 1 additions and 2 deletions

View File

@ -67,7 +67,7 @@
'';
};
server = pkgs.python3.pkgs.callPackage ./nix/server.nix { inherit nix-filter; };
client = pkgs.python3.pkgs.callPackage ./nix/client.nix { inherit nix-filter; };
client = pkgs.python3.pkgs.callPackage ./nix/client.nix { };
in
{
formatter = pkgs.nixfmt-rfc-style;

View File

@ -20,7 +20,6 @@ buildPythonPackage {
dependencies = [
huggingface-hub
transformers
pydantic
];
}