Skip to content

Commit

Permalink
🎨 Simplify coupling to lamindb_setup (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf authored Nov 24, 2024
1 parent 17c124b commit 9540d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions bionty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ def __getattr__(name):

if _check_instance_setup():
import lamindb as _lamindb # this is needed as even the Record base class is defined in lamindb
from lamindb_setup import settings as _setup_settings

_load_bionty_sources(_setup_settings.instance)
_load_bionty_sources()

del __getattr__ # delete so that imports work out
from .core._settings import settings
Expand Down
5 changes: 0 additions & 5 deletions lamin-project.yaml

This file was deleted.

0 comments on commit 9540d06

Please sign in to comment.