mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python.pkgs.pycodestyle: remove unused argument
This commit is contained in:
committed by
Frederik Rietdijk
parent
0977813095
commit
e751df152b
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, fetchpatch }:
|
||||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pycodestyle";
|
||||
|
||||
Reference in New Issue
Block a user