summary refs log tree commit diff
path: root/pkgs/development/python-modules/webargs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/webargs/default.nix')
-rw-r--r--pkgs/development/python-modules/webargs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/webargs/default.nix b/pkgs/development/python-modules/webargs/default.nix
index 63ad60c9f08..e92b47d2093 100644
--- a/pkgs/development/python-modules/webargs/default.nix
+++ b/pkgs/development/python-modules/webargs/default.nix
@@ -16,8 +16,8 @@ buildPythonPackage rec {
     "webargs"
   ];
 
-
   propagatedBuildInputs = [ marshmallow ];
+
   checkInputs = [
     pytestCheckHook
     pytest-aiohttp