Skip to content

Commit cafd0af

Browse files
committed
oops, fix for Jamie
1 parent c043f33 commit cafd0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyldapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pyldapi.renderer_container import ContainerRenderer, ContainerOfContainersRenderer
66
from pyldapi.profile import Profile
77
from pyldapi.helpers import setup
8-
from data import RDF_MEDIATYPES, RDF_FILE_EXTS, MEDIATYPE_NAMES
8+
from pyldapi.data import RDF_MEDIATYPES, RDF_FILE_EXTS, MEDIATYPE_NAMES
99

1010
__version__ = '4.0'
1111

0 commit comments

Comments
 (0)