python.pkgs.pycodestyle: remove unused argument
This commit is contained in:
parent
0977813095
commit
e751df152b
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, fetchpatch }:
|
||||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycodestyle";
|
||||
|
|
Loading…
Reference in New Issue