Skip to content

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Oct 1, 2024
1 parent d328ccc commit dade57d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions clinicore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A clinicorel schema.
"""A clinical schema.
Import the package::
Expand All @@ -21,8 +21,6 @@
from lamindb_setup import _check_instance_setup


# trigger instance loading if users
# want to access attributes
def __getattr__(name):
if name != "models":
_check_instance_setup(from_module="clinicore")
Expand Down

0 comments on commit dade57d

Please sign in to comment.