Commit f571160e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.amcrest: format with nixfmt

parent e4216e02
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
{ 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";