home-assistant-cli: format using nixfmt-rfc-style

This commit is contained in:
Mathieu Rene 2024-08-08 07:19:37 -04:00
parent b73c2221a4
commit a41189a746

View File

@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, python3
{
lib,
fetchFromGitHub,
python3,
}:
python3.pkgs.buildPythonApplication rec {
@ -49,9 +50,7 @@ python3.pkgs.buildPythonApplication rec {
requests-mock
];
pythonImportsCheck = [
"homeassistant_cli"
];
pythonImportsCheck = [ "homeassistant_cli" ];
meta = with lib; {
description = "Command-line tool for Home Assistant";