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

python312Packages.aioairzone-cloud: use nixfmt

parent 295b9230
Loading
Loading
Loading
Loading
+10 −15
Original line number Diff line number Diff line
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
{
  lib,
  aiohttp,
  buildPythonPackage,
  fetchFromGitHub,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -20,17 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-DIWRYGDdK/wq1TrPSo9I1oZv5jX4rY4z+u7CTwJtyts=";
  };

  build-system = [
    setuptools
  ];
  build-system = [ setuptools ];

  dependencies = [
    aiohttp
  ];
  dependencies = [ aiohttp ];

  pythonImportsCheck = [
    "aioairzone_cloud"
  ];
  pythonImportsCheck = [ "aioairzone_cloud" ];

  # Module has no tests
  doCheck = false;