pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ lib, fetchFromGitHub, buildPythonPackage, python, flake8, six,
|
||||
fetchurl }:
|
||||
{ lib, fetchFromGitHub, buildPythonPackage, flake8, six }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flake8-future-import";
|
||||
|
||||
Reference in New Issue
Block a user