Skip to content

Commit d1c6dcc

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

auto3dseg/tasks/hecktor22/hecktor_crop_neck_region.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ def __init__(
3434
allow_smaller=True,
3535
**kwargs,
3636
) -> None:
37-
super().__init__(keys=keys, source_key=source_key, allow_missing_keys=allow_missing_keys, allow_smaller=allow_smaller, **kwargs)
37+
super().__init__(
38+
keys=keys,
39+
source_key=source_key,
40+
allow_missing_keys=allow_missing_keys,
41+
allow_smaller=allow_smaller,
42+
**kwargs,
43+
)
3844
self.box_size = box_size
3945

4046
def __call__(self, data, **kwargs):

0 commit comments

Comments
 (0)