python312Packages.amcrest: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-22 12:00:07 +02:00
parent e4216e0253
commit f571160ef6

View File

@ -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";