Skip to content

Commit 92fa8f6

Browse files
committed
format code, remove used import
1 parent 4969285 commit 92fa8f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pypet2bids/pypet2bids/dcm2niix4pet.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import shutil
3030
import argparse
3131
import importlib
32-
from nibabel import load
3332

3433
try:
3534
import helper_functions
@@ -568,7 +567,6 @@ def run_dcm2niix(self):
568567
destination_path=tempdir_pathlike
569568
)
570569

571-
572570
# we check to see what's missing from our recommended and required jsons by gathering the
573571
# output of check_json silently
574572
if self.additional_arguments:

0 commit comments

Comments
 (0)