From c9541eed8f3699fb9b2487494a47d63a227090e0 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Sat, 27 May 2023 17:41:55 -0400 Subject: [PATCH] Remove an unused import --- hy/errors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hy/errors.py b/hy/errors.py index 3f46a9648..440f0dc30 100644 --- a/hy/errors.py +++ b/hy/errors.py @@ -4,7 +4,6 @@ import traceback import importlib.util from contextlib import contextmanager -from functools import reduce from hy import _initialize_env_var from hy._compat import PYPY