Skip to content

Commit 78fa360

Browse files
committed
run black
1 parent 8b93a6f commit 78fa360

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/utils/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ def __init__(self, *args, **kwargs):
9191
self._config = configparser.ConfigParser()
9292
self._cwd = None
9393

94-
config_dir = os.path.expanduser(
95-
os.getenv("NIPYPECONFDIR",
96-
default="~/.nipype"))
94+
config_dir = os.path.expanduser(os.getenv("NIPYPECONFDIR", default="~/.nipype"))
9795
self.data_file = os.path.join(config_dir, "nipype.json")
9896

9997
self.set_default_config()

0 commit comments

Comments
 (0)