From f571160ef6720bb8058c9ffe48a1c2ec4be93849 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 22 May 2024 12:00:07 +0200 Subject: [PATCH] python312Packages.amcrest: format with nixfmt --- .../python-modules/amcrest/default.nix | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/pkgs/development/python-modules/amcrest/default.nix b/pkgs/development/python-modules/amcrest/default.nix index 1de7da6f829f..77e7a2e0f032 100644 --- a/pkgs/development/python-modules/amcrest/default.nix +++ b/pkgs/development/python-modules/amcrest/default.nix @@ -1,15 +1,16 @@ -{ lib -, argcomplete -, buildPythonPackage -, fetchFromGitHub -, mock -, httpx -, pytestCheckHook -, pythonOlder -, requests -, responses -, urllib3 -, typing-extensions +{ + lib, + argcomplete, + buildPythonPackage, + fetchFromGitHub, + mock, + httpx, + pytestCheckHook, + pythonOlder, + requests, + responses, + urllib3, + typing-extensions, }: buildPythonPackage rec { @@ -40,9 +41,7 @@ buildPythonPackage rec { responses ]; - pythonImportsCheck = [ - "amcrest" - ]; + pythonImportsCheck = [ "amcrest" ]; meta = with lib; { description = "Python module for Amcrest and Dahua Cameras";