Unverified Commit 710c0b2e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #330312 from Sigmanificient/python-modules-remove-unused-args

python3Packages: remove unused arguments
parents fb3d86ee 204e7776
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
  libusb1,
  mock,
  pyasn1,
  pythonAtLeast,
  pycryptodome,
  pytestCheckHook,
  rsa,
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  fetchFromGitHub,
  poetry-core,
  pyjwt,
  pytest-aiohttp,
  pytestCheckHook,
  python-dateutil,
  pythonOlder,
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  typer,
}:

buildPythonPackage rec {
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  fetchPypi,
  lib,
  pytest-asyncio,
  pytest-cov,
  pytestCheckHook,
}:

+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@
  pyyaml,
  scikit-image,
  scikit-learn,
  scipy,
  typing-extensions,

  deepdiff,
  pytestCheckHook,
Loading