Skip to content

Commit

Permalink
Merge pull request #48 from lmodel/fix9
Browse files Browse the repository at this point in the history
test: fix python import
  • Loading branch information
cmungall committed Feb 23, 2023
2 parents cb2bc69 + cb51646 commit e4f4477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import unittest

from linkml_runtime.loaders import yaml_loader
from {{cookiecutter.__project_slug}}.datamodel import {{cookiecutter.main_schema_class}}
from {{cookiecutter.__project_slug}}.datamodel.{{cookiecutter.__project_slug}} import {{cookiecutter.main_schema_class}}

ROOT = os.path.join(os.path.dirname(__file__), '..')
DATA_DIR = os.path.join(ROOT, "src", "data", "examples")
Expand Down

0 comments on commit e4f4477

Please sign in to comment.