Skip to content

Commit 2bd8bf6

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/roman_datamodels/maker_utils/_datamodels.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ def mk_segmentation_map(*, filepath=None, shape=(4096, 4096), **kwargs):
478478
segmentation_map = stnode.SegmentationMap()
479479
segmentation_map["data"] = kwargs.get("data", np.zeros(shape, dtype=np.uint32))
480480
segmentation_map["meta"] = mk_common_meta()
481-
segmentation_map["meta"].update(kwargs.get("meta", dict(segmentation_map='')))
481+
segmentation_map["meta"].update(kwargs.get("meta", dict(segmentation_map="")))
482482

483483
return save_node(segmentation_map, filepath=filepath)
484-

0 commit comments

Comments
 (0)