summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aiohttp-swagger/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/aiohttp-swagger/default.nix')
-rw-r--r--pkgs/development/python-modules/aiohttp-swagger/default.nix25
1 files changed, 12 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/aiohttp-swagger/default.nix b/pkgs/development/python-modules/aiohttp-swagger/default.nix
index 19c822acf1a7..c97a3a27c7a3 100644
--- a/pkgs/development/python-modules/aiohttp-swagger/default.nix
+++ b/pkgs/development/python-modules/aiohttp-swagger/default.nix
@@ -1,13 +1,14 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, aiohttp
-, jinja2
-, markupsafe
-, pytest-aiohttp
-, pytestCheckHook
-, pythonOlder
-, pyyaml
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ aiohttp,
+ jinja2,
+ markupsafe,
+ pytest-aiohttp,
+ pytestCheckHook,
+ pythonOlder,
+ pyyaml,
}:
buildPythonPackage rec {
@@ -47,9 +48,7 @@ buildPythonPackage rec {
rm tests/conftest.py
'';
- pythonImportsCheck = [
- "aiohttp_swagger"
- ];
+ pythonImportsCheck = [ "aiohttp_swagger" ];
meta = with lib; {
description = "Swagger API Documentation builder for aiohttp";