python311Packages.google-cloud-bigquery-datatransfer: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-17 08:50:40 +02:00
parent 42d362433b
commit bc46ba538e
1 changed files with 15 additions and 16 deletions

View File

@ -1,16 +1,17 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, libcst
, mock
, proto-plus
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, pytz
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
libcst,
mock,
proto-plus,
protobuf,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
pytz,
setuptools,
}:
buildPythonPackage rec {
@ -25,9 +26,7 @@ buildPythonPackage rec {
hash = "sha256-oX4E3G3PB9qqCo5ZWt+p702oV5KUzlIdXNczthJ73Q0=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
google-api-core