python312Packages.influxdb3-python: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 12:08:09 +02:00
parent c1afabd21d
commit 6539631a84
1 changed files with 13 additions and 14 deletions

View File

@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, certifi
, fetchFromGitHub
, pyarrow
, pytestCheckHook
, python-dateutil
, pythonOlder
, reactivex
, setuptools
, urllib3
{
lib,
buildPythonPackage,
certifi,
fetchFromGitHub,
pyarrow,
pytestCheckHook,
python-dateutil,
pythonOlder,
reactivex,
setuptools,
urllib3,
}:
buildPythonPackage rec {
@ -25,9 +26,7 @@ buildPythonPackage rec {
hash = "sha256-qFcXqbYsjn27BPeKxTsWxKJdF6y8Oz3VBrmSyO0vCGo=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
certifi