Skip to content

Commit 7649a0a

Browse files
committed
sty: ruff check --fix && ruff format
1 parent f3bc69c commit 7649a0a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

templateflow/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class TemplateFlowClient:
7676
A pre-configured TemplateFlowCache instance. If provided, `root` and other
7777
configuration keyword arguments cannot be used.
7878
"""
79+
7980
def __init__(
8081
self,
8182
root: os.PathLike[str] | str | None = None,

templateflow/conf/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
# https://www.nipreps.org/community/licensing/
2222
#
2323
import os
24+
from collections.abc import Callable
2425
from functools import partial
2526
from pathlib import Path
26-
from typing import Callable
2727

2828
from platformdirs import user_cache_dir
2929

0 commit comments

Comments
 (0)