pythonPackages.gradient_statsd: remove unused input

This commit is contained in:
Sandro Jäckel
2021-03-03 01:56:33 +01:00
parent a59de3b3f4
commit e14161d3b7

View File

@@ -1,5 +1,5 @@
{ lib, fetchPypi, buildPythonPackage
, boto3, requests, datadog, configparser, python
, requests, datadog, configparser, python
}:
buildPythonPackage rec {