Commit 47b06b68 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.azure-mgmt-kusto: format with nixfmt

parent 8eadba8a
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
{ lib
, azure-common
, azure-mgmt-core
, buildPythonPackage
, fetchPypi
, isodate
, pythonOlder
, setuptools
{
  lib,
  azure-common,
  azure-mgmt-core,
  buildPythonPackage,
  fetchPypi,
  isodate,
  pythonOlder,
  setuptools,
}:

buildPythonPackage rec {
@@ -20,9 +21,7 @@ buildPythonPackage rec {
    hash = "sha256-PmGGtyVrYFCMnpiCq9x9uwoMboDO1ePlGAJzrMTj3ps=";
  };

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

  dependencies = [
    azure-common