We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a85a21 commit 937a0b1Copy full SHA for 937a0b1
tests/test_profile_import.py
@@ -1,17 +1,11 @@
1
import unittest
2
import requests
3
-import json
4
import yaml
5
-from rdflib import ConjunctiveGraph
6
-
7
-from profiles.bioschemas_shape_gen import get_profiles_specs_from_github
8
-from profiles.bioschemas_shape_gen import gen_SHACL_from_profile
9
10
# from profiles.Profile
11
from profiles.ProfileFactory import (
12
dyn_evaluate_profile_with_conformsto,
13
profile_file_parser,
14
- load_profiles,
15
update_profiles,
16
evaluate_profile_from_type,
17
)
0 commit comments