diff options
| author | Sigmanificient <edhyjox@gmail.com> | 2024-07-27 05:23:03 +0200 |
|---|---|---|
| committer | Sigmanificient <edhyjox@gmail.com> | 2024-07-30 14:56:55 +0200 |
| commit | 204e7776920d95f2203ff8e2ad3d544b2ef0c5d4 (patch) | |
| tree | 989305bf4c21c5f20f00ea1fcadb46c505c9b1d2 /pkgs/development/python-modules/gitpython | |
| parent | 255a6ab745a8be36e79d5518a078ab0d90c645dd (diff) | |
python3Packages: remove unused arguments
Diffstat (limited to 'pkgs/development/python-modules/gitpython')
| -rw-r--r-- | pkgs/development/python-modules/gitpython/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index a7f45bd7b3db..8b6e93e2fe80 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -6,7 +6,6 @@ gitdb, pkgs, pythonOlder, - substituteAll, typing-extensions, }: |
