Skip to content

Commit d3352c3

Browse files
committed
rf: Import schema functions from _schema
1 parent 03b485a commit d3352c3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

bids2table/__init__.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818

1919
from ._entities import (
2020
format_bids_path,
21-
get_bids_entity_arrow_schema,
22-
get_bids_schema,
2321
parse_bids_entities,
24-
set_bids_schema,
2522
validate_bids_entities,
2623
)
2724
from ._indexing import (
@@ -33,4 +30,9 @@
3330
)
3431
from ._metadata import load_bids_metadata
3532
from ._pathlib import cloudpathlib_is_available
33+
from ._schema import (
34+
get_bids_entity_arrow_schema,
35+
get_bids_schema,
36+
set_bids_schema,
37+
)
3638
from ._version import *

0 commit comments

Comments
 (0)