python311Packages.pydrawise: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-04-23 08:14:03 +02:00
parent ccc521756c
commit 4945c0d385
@@ -1,18 +1,19 @@
{ lib
, aiohttp
, aioresponses
, apischema
, buildPythonPackage
, fetchFromGitHub
, freezegun
, gql
, graphql-core
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, requests
, setuptools
, setuptools-scm
{
lib,
aiohttp,
aioresponses,
apischema,
buildPythonPackage,
fetchFromGitHub,
freezegun,
gql,
graphql-core,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
@@ -49,9 +50,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"pydrawise"
];
pythonImportsCheck = [ "pydrawise" ];
meta = with lib; {
description = "Library for interacting with Hydrawise sprinkler controllers through the GraphQL API";