about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nltk
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-12 10:22:34 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-12 19:10:54 -0800
commit2043dbb6faa9e21b0fb500161542e30d6c8bc680 (patch)
tree6cab78acf14200289d749425cadfd159819f81d0 /pkgs/development/python-modules/nltk
parent3f5767d09e05e3ceb6cbe7fe16c326b68c7e025c (diff)
pkgs.development.python-modules: remove unused args
Diffstat (limited to 'pkgs/development/python-modules/nltk')
-rw-r--r--pkgs/development/python-modules/nltk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/nltk/default.nix b/pkgs/development/python-modules/nltk/default.nix
index eb715c91e50d1..346c8339dbe1f 100644
--- a/pkgs/development/python-modules/nltk/default.nix
+++ b/pkgs/development/python-modules/nltk/default.nix
@@ -1,4 +1,4 @@
-{ fetchPypi, buildPythonPackage, lib, six, singledispatch ? null, isPy3k
+{ fetchPypi, buildPythonPackage, lib, singledispatch ? null, isPy3k
 , click
 , joblib
 , regex