Skip to content

Commit 890b1e5

Browse files
authored
Merge pull request #785 from DimitriPapadopoulos/lgtm_warnings
LGTM.com warning: Implicit string concatenation in a list
2 parents 3fbcc09 + e579257 commit 890b1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bids/modeling/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'BIDSStatsModelsGraph',
88
'BIDSStatsModelsNode',
99
'BIDSStatsModelsNodeOutput',
10-
'BIDSStatsModelsEdge'
10+
'BIDSStatsModelsEdge',
1111
'auto_model',
1212
'TransformerManager'
1313
]

0 commit comments

Comments
 (0)