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 da81321 commit 3b03292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lamindb_setup/_connect_instance.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

import importlib
import os
import subprocess
from typing import TYPE_CHECKING
from uuid import UUID

Expand Down Expand Up @@ -292,6 +292,7 @@ def connect(slug: str, **kwargs) -> str | tuple | None:
# except ProgrammingError:
# pass
load_from_isettings(isettings, user=_user, write_settings=_write_settings)
importlib.reload(importlib.import_module("lamindb"))
except Exception as e:
if isettings is not None:
if _write_settings:
Expand Down

0 comments on commit 3b03292

Please sign in to comment.