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

python312Packages.adlfs: foramt with nixfmt

parent ac1f7bc8
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
{ 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";