Skip to content

Commit 937a0b1

Browse files
committed
fixed imports
1 parent 2a85a21 commit 937a0b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_profile_import.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
import unittest
22
import requests
3-
import json
43
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
94

105
# from profiles.Profile
116
from profiles.ProfileFactory import (
127
dyn_evaluate_profile_with_conformsto,
138
profile_file_parser,
14-
load_profiles,
159
update_profiles,
1610
evaluate_profile_from_type,
1711
)

0 commit comments

Comments
 (0)