summary refs log tree commit diff
path: root/pkgs/development/python-modules/pep8-naming
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-04 16:10:11 +0200
committerGitHub <noreply@github.com>2021-10-04 16:10:11 +0200
commitfdcd3a108465d353c815d58519353bd22cb234a9 (patch)
treefbd3c7391f4ea33892b6402fe24b901eccdf42dd /pkgs/development/python-modules/pep8-naming
parente13a204b768e50c4efe67c86d18396fd786c51c4 (diff)
downloadnixpkgs-fdcd3a108465d353c815d58519353bd22cb234a9.tar
nixpkgs-fdcd3a108465d353c815d58519353bd22cb234a9.tar.gz
nixpkgs-fdcd3a108465d353c815d58519353bd22cb234a9.tar.bz2
nixpkgs-fdcd3a108465d353c815d58519353bd22cb234a9.tar.lz
nixpkgs-fdcd3a108465d353c815d58519353bd22cb234a9.tar.xz
nixpkgs-fdcd3a108465d353c815d58519353bd22cb234a9.tar.zst
nixpkgs-fdcd3a108465d353c815d58519353bd22cb234a9.zip
python3Packages.pep8-naming: remove unused input
Diffstat (limited to 'pkgs/development/python-modules/pep8-naming')
-rw-r--r--pkgs/development/python-modules/pep8-naming/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pep8-naming/default.nix b/pkgs/development/python-modules/pep8-naming/default.nix
index a23cce431a0..bd9515a9d22 100644
--- a/pkgs/development/python-modules/pep8-naming/default.nix
+++ b/pkgs/development/python-modules/pep8-naming/default.nix
@@ -1,6 +1,5 @@
 { lib
 , fetchPypi
-, fetchpatch
 , buildPythonPackage
 , flake8
 , flake8-polyfill