nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python.pkgs.pycodestyle: remove unused argument

authored by

Robert Schütz and committed by
Frederik Rietdijk
e751df15 09778130

+1 -1
+1 -1
pkgs/development/python-modules/pycodestyle/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi, fetchpatch }: 1 + { lib, buildPythonPackage, fetchPypi }: 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pycodestyle";