From 6f1b27782f0f0bf276a6da744a0abb6dc3e3ddd6 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Thu, 19 Sep 2024 14:37:02 -0400 Subject: [PATCH] Remove unused line --- src/dask_histogram/core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dask_histogram/core.py b/src/dask_histogram/core.py index 739c8ce..b80943d 100644 --- a/src/dask_histogram/core.py +++ b/src/dask_histogram/core.py @@ -524,8 +524,6 @@ def _get_optimization_function(): # running this optimization even in cases where it's unncessary # because if no AwkwardInputLayers from dask-awkward are # detected then the original graph is returned unchanged. - import importlib.metadata - try: from dask_awkward.lib.optimize import all_optimizations