File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929from json import loads
3030from pathlib import Path
3131
32- from .conf .cache import CacheConfig , TemplateFlowCache
32+ from templateflow .conf .cache import CacheConfig , TemplateFlowCache
3333
3434
3535class TemplateFlowClient :
Original file line number Diff line number Diff line change 55
66from acres import Loader
77
8- from .cache import CacheConfig , TemplateFlowCache
8+ from templateflow . conf .cache import CacheConfig , TemplateFlowCache
99
1010load_data = Loader (__spec__ .name )
1111
Original file line number Diff line number Diff line change 55from pathlib import Path
66from warnings import warn
77
8- from .env import env_to_bool , get_templateflow_home
8+ from templateflow . conf .env import env_to_bool , get_templateflow_home
99
1010TYPE_CHECKING = False
1111if TYPE_CHECKING :
You can’t perform that action at this time.
0 commit comments