python312Packages.adlfs: foramt with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-13 16:17:58 +02:00
parent ac1f7bc86d
commit b18d7cc426

View File

@ -1,15 +1,16 @@
{ lib
, aiohttp
, azure-core
, azure-datalake-store
, azure-identity
, azure-storage-blob
, buildPythonPackage
, fetchFromGitHub
, fsspec
, pythonOlder
, setuptools
, setuptools-scm
{
lib,
aiohttp,
azure-core,
azure-datalake-store,
azure-identity,
azure-storage-blob,
buildPythonPackage,
fetchFromGitHub,
fsspec,
pythonOlder,
setuptools,
setuptools-scm,
}:
buildPythonPackage rec {
@ -43,9 +44,7 @@ buildPythonPackage rec {
# Tests require a running Docker instance
doCheck = false;
pythonImportsCheck = [
"adlfs"
];
pythonImportsCheck = [ "adlfs" ];
meta = with lib; {
description = "Filesystem interface to Azure-Datalake Gen1 and Gen2 Storage";