We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bc69c commit 7649a0aCopy full SHA for 7649a0a
2 files changed
templateflow/client.py
@@ -76,6 +76,7 @@ class TemplateFlowClient:
76
A pre-configured TemplateFlowCache instance. If provided, `root` and other
77
configuration keyword arguments cannot be used.
78
"""
79
+
80
def __init__(
81
self,
82
root: os.PathLike[str] | str | None = None,
templateflow/conf/env.py
@@ -21,9 +21,9 @@
21
# https://www.nipreps.org/community/licensing/
22
#
23
import os
24
+from collections.abc import Callable
25
from functools import partial
26
from pathlib import Path
-from typing import Callable
27
28
from platformdirs import user_cache_dir
29
0 commit comments