Skip to content

Commit 758eb6a

Browse files
committed
fixed paths
1 parent 7abab80 commit 758eb6a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
File renamed without changes.

adk/ADK.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import Algorithmia
66
from adk.io import create_exception, format_data, format_response
7-
from adk.manifest.modeldata import ModelData
7+
from adk.manifest import ModelData
88

99

1010
class ADK(object):

adk/manifest/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .modeldata import ModelData
2+
from .classes import FileData

0 commit comments

Comments
 (0)