We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d4ef8 commit 9966d9aCopy full SHA for 9966d9a
niworkflows/interfaces/conftest.py
@@ -9,7 +9,7 @@
9
import os
10
from contextlib import contextmanager
11
12
- @contextmanager # type: ignore
+ @contextmanager
13
def _chdir(path):
14
cwd = os.getcwd()
15
os.chdir(path)
0 commit comments