Skip to content

Commit 050fbf6

Browse files
effigiesoesteban
andauthored
Apply suggestions from code review
Co-authored-by: Oscar Esteban <[email protected]>
1 parent e7c9aae commit 050fbf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templateflow/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from json import loads
3030
from pathlib import Path
3131

32-
from .conf.cache import CacheConfig, TemplateFlowCache
32+
from templateflow.conf.cache import CacheConfig, TemplateFlowCache
3333

3434

3535
class TemplateFlowClient:

templateflow/conf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from acres import Loader
77

8-
from .cache import CacheConfig, TemplateFlowCache
8+
from templateflow.conf.cache import CacheConfig, TemplateFlowCache
99

1010
load_data = Loader(__spec__.name)
1111

templateflow/conf/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pathlib import Path
66
from 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

1010
TYPE_CHECKING = False
1111
if TYPE_CHECKING:

0 commit comments

Comments
 (0)