From f0dfce3c6cc8850de2766ae4c0dde488c51a0541 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Fri, 20 Jan 2023 12:29:08 -0700 Subject: [PATCH] Remove unnecessary lsstimport import --- python/lsst/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/lsst/__init__.py b/python/lsst/__init__.py index d352eae..3831b69 100644 --- a/python/lsst/__init__.py +++ b/python/lsst/__init__.py @@ -19,6 +19,5 @@ # along with this program. If not, see . # -import lsstimport import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)