Skip to content

Commit 02f6033

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6ab651e commit 02f6033

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/cat12/_parsers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from argparse import ArgumentParser, HelpFormatter
44

55
from cat12._version import __version__
6+
67
from cat12.defaults import CAT_VERSION, MCR_VERSION, supported_batches
78

89

src/cat12/bids_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from typing import Any
88

99
from bids import BIDSLayout # type: ignore
10-
1110
from cat12._version import __version__
11+
1212
from cat12.cat_logging import cat12_log
1313
from cat12.utils import create_dir_if_absent
1414

src/cat12/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
from subprocess import PIPE, STDOUT, Popen
1111

1212
import nibabel as nib
13+
from cat12._version import __version__
1314
from rich import print
1415
from rich_argparse import RichHelpFormatter
1516

1617
from cat12._parsers import common_parser
17-
from cat12._version import __version__
1818
from cat12.bids_utils import (
1919
get_dataset_layout,
2020
init_derivatives_layout,

src/cat12/methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
from pathlib import Path
44

5+
from cat12._version import __version__
56
from jinja2 import Environment, FileSystemLoader, select_autoescape
67

7-
from cat12._version import __version__
88
from cat12.defaults import CAT_VERSION, MCR_VERSION
99

1010

0 commit comments

Comments
 (0)