Skip to content

Commit 932cf69

Browse files
authored
Merge branch 'master' into bep038
2 parents b67ac34 + 373da35 commit 932cf69

File tree

1 file changed

+1
-1
lines changed
  • tools/schemacode/src/bidsschematools

1 file changed

+1
-1
lines changed

tools/schemacode/src/bidsschematools/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import os
77
import sys
88
import warnings
9-
from contextlib import contextmanager
109
from functools import wraps
1110

1211
from . import data
@@ -184,6 +183,7 @@ class WarningsFilter:
184183
185184
Arguments are lists of positional arguments to :func:`warnings.filterwarnings`.
186185
"""
186+
187187
def __init__(self, *filters):
188188
self.filters = filters
189189

0 commit comments

Comments
 (0)