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.
2 parents 97e7d20 + 9966d9a commit 50cc2f3Copy full SHA for 50cc2f3
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