From 5bf48e34a6e1770a7e02a267526976288edb209a Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Thu, 2 Jan 2025 01:39:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Prettify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ourprojects/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ourprojects/__init__.py b/ourprojects/__init__.py index 40bbf8b..e62f1bf 100644 --- a/ourprojects/__init__.py +++ b/ourprojects/__init__.py @@ -31,7 +31,5 @@ def __getattr__(name): if _check_instance_setup(): - import lamindb - del __getattr__ # delete so that imports work out from .models import Person, Project, Reference