From b1f97bcc154660c2445e6b4ff44f6c95351295ca Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:01:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Import=20lamindb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- findrefs/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/findrefs/__init__.py b/findrefs/__init__.py index 190dba9..2f18619 100644 --- a/findrefs/__init__.py +++ b/findrefs/__init__.py @@ -31,5 +31,7 @@ def __getattr__(name): if _check_instance_setup(): + import lamindb + del __getattr__ # delete so that imports work out from .models import Reference