Skip to content

Commit 68b0709

Browse files
committed
sty: ruff
1 parent e0d3ed9 commit 68b0709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _warn(message, category=None, stacklevel=1, source=None, **kwargs):
3737

3838
if kwargs:
3939
logging.getLogger('py.warnings').warning(f'Extra warning kwargs: {kwargs}')
40-
40+
4141
logging.getLogger('py.warnings').warning(f'{category or "WARNING"}: {message}')
4242

4343

0 commit comments

Comments
 (0)