Skip to content

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 1, 2025
1 parent 15d3791 commit 8761094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lamindb_setup/_init_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import importlib
import os
import sys
import uuid
from typing import TYPE_CHECKING, Literal
from uuid import UUID
Expand Down Expand Up @@ -302,6 +301,8 @@ def init(
update_schema_in_hub(access_token=access_token)
if _write_settings:
settings.auto_connect = True
importlib.reload(importlib.import_module("lamindb"))
logger.important(f"initialized lamindb: {isettings.slug}")
except Exception as e:
from ._delete import delete_by_isettings
from .core._hub_core import delete_instance_record, delete_storage_record
Expand Down

0 comments on commit 8761094

Please sign in to comment.