Skip to content

Commit c058c42

Browse files
committed
style fix
1 parent 94a16e2 commit c058c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astrocut/asdf_cutout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _get_lite_tree(self, file: str, cutout: Cutout2D, gwcs: gwcs.wcs.WCS) -> dic
177177
return {
178178
self._mission_kwd: {
179179
'meta': {'wcs': self._slice_gwcs(cutout, gwcs),
180-
'orig_file': file},
180+
'orig_file': file},
181181
'data': cutout.data
182182
}
183183
}

0 commit comments

Comments
 (0)