Skip to content

Commit 938e8ea

Browse files
committed
QA comment
1 parent 4515931 commit 938e8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lib/bidsreader.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import lib.exitcode
88
import lib.utilities as utilities
9-
# import bids
109

1110
try:
1211
from bids import BIDSLayout
@@ -17,6 +16,7 @@
1716
print("Could not find bids.layout or bids.grabbids")
1817
exit(lib.exitcode.INVALID_IMPORT)
1918

19+
# import bids
2020
# BIDSLayoutIndexer is required for PyBIDS >= 0.12.1
2121
# bids_pack_version = list(map(int, bids.__version__.split('.')))
2222
# if (bids_pack_version[0] > 0

0 commit comments

Comments
 (0)