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

python312Packages.influxdb: format with nixfmt

parent 9626227b
Loading
Loading
Loading
Loading
+16 −17
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, mock
, msgpack
, pandas
, pynose
, pytestCheckHook
, python-dateutil
, pytz
, requests
, requests-mock
, setuptools
, six
{
  lib,
  buildPythonPackage,
  fetchPypi,
  mock,
  msgpack,
  pandas,
  pynose,
  pytestCheckHook,
  python-dateutil,
  pytz,
  requests,
  requests-mock,
  setuptools,
  six,
}:

buildPythonPackage rec {
@@ -36,9 +37,7 @@ buildPythonPackage rec {
    done
  '';

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

  dependencies = [
    msgpack