summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-flake8
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest-flake8')
-rw-r--r--pkgs/development/python-modules/pytest-flake8/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-flake8/default.nix b/pkgs/development/python-modules/pytest-flake8/default.nix
index c2d205f2833c..101594750fd5 100644
--- a/pkgs/development/python-modules/pytest-flake8/default.nix
+++ b/pkgs/development/python-modules/pytest-flake8/default.nix
@@ -1,4 +1,4 @@
-{lib, buildPythonPackage, fetchPypi, fetchpatch, pytest, flake8}:
+{lib, buildPythonPackage, fetchPypi, pytest, flake8}:
 
 buildPythonPackage rec {
   pname = "pytest-flake8";