From adf86006c524e4e0cf9653cae7204754ada443e9 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 2 Nov 2023 09:39:40 -0700 Subject: [PATCH] Remove lifting of CollectionArgType --- python/lsst/daf/butler/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/lsst/daf/butler/__init__.py b/python/lsst/daf/butler/__init__.py index e40d97d505..8333081ddc 100644 --- a/python/lsst/daf/butler/__init__.py +++ b/python/lsst/daf/butler/__init__.py @@ -80,7 +80,6 @@ # Do not import or lift symbols from 'server' or 'server_models'. # Import the registry subpackage directly for other symbols. from .registry import ( - CollectionArgType, CollectionSearch, CollectionType, MissingCollectionError,