Skip to content

Commit 81d0aca

Browse files
committed
RF: removed unused imports
1 parent 53dbf71 commit 81d0aca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

heudiconv/parser.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from glob import glob
55
import re
66

7-
from collections import defaultdict, OrderedDict
7+
from collections import defaultdict
88

99
import tarfile
1010
from tempfile import mkdtemp
@@ -13,10 +13,6 @@
1313
from .utils import (
1414
docstring_parameter,
1515
StudySessionInfo,
16-
load_json,
17-
save_json,
18-
create_file_if_missing,
19-
json_dumps_pretty,
2016
)
2117

2218
lgr = logging.getLogger(__name__)

0 commit comments

Comments
 (0)