about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp-apispec
diff options
context:
space:
mode:
authorSigmanificient <edhyjox@gmail.com>2024-05-30 13:25:42 +0200
committerSigmanificient <edhyjox@gmail.com>2024-05-30 13:36:48 +0200
commit8b473d1a272afecf8c3cbd6c5571a00361158984 (patch)
tree980b246476a7b61f2c941c071ad0fe66b711969e /pkgs/development/python-modules/aiohttp-apispec
parentbebc70c2e74d0f7fffe7638d989bad2d2baf7c05 (diff)
treewide: remove unused fetch* (and other) arguments
Diffstat (limited to 'pkgs/development/python-modules/aiohttp-apispec')
-rw-r--r--pkgs/development/python-modules/aiohttp-apispec/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohttp-apispec/default.nix b/pkgs/development/python-modules/aiohttp-apispec/default.nix
index adcc1d17dbf58..9284686d3cab1 100644
--- a/pkgs/development/python-modules/aiohttp-apispec/default.nix
+++ b/pkgs/development/python-modules/aiohttp-apispec/default.nix
@@ -3,9 +3,7 @@
   aiohttp,
   apispec,
   buildPythonPackage,
-  callPackage,
   fetchFromGitHub,
-  fetchPypi,
   jinja2,
   packaging,
   pytest-aiohttp,