Skip to content

Commit 6bb4b52

Browse files
committed
Adding models.py back to import from converted and some symbols from _orig for now
1 parent bff037c commit 6bb4b52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dandischema/models.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from .models_linkml import * # noqa: F401,F403
2+
from .models_orig import DANDI_INSTANCE_URL_PATTERN # noqa: F401
3+
4+
# TODO: temporary imports of consts etc which might need to be 'redone'
5+
# so we do not duplicate them
6+
7+
8+
# TODO: do the extra tune ups like linking extra validations etc,
9+
# potentially copied from models_orig.py

0 commit comments

Comments
 (0)