pkgs/*: remove unreferenced function arguments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, requests, six
|
||||
, backports_unittest-mock, pluggy, pytest, pytestrunner }:
|
||||
, backports_unittest-mock, pytest, pytestrunner }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sseclient";
|
||||
|
||||
Reference in New Issue
Block a user