Skip to content

Commit fa751da

Browse files
committed
black
1 parent 1155dd5 commit fa751da

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/astroviper/imaging/feather.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,7 @@ def feather(
261261
if "overwrite" not in outim:
262262
outim["overwrite"] = False
263263
elif type(outim["overwrite"]) != bool:
264-
raise ValueError(
265-
"If specified, outim['overwrite'] must be a boolean value"
266-
)
264+
raise ValueError("If specified, outim['overwrite'] must be a boolean value")
267265
if not outim["overwrite"]:
268266
if os.path.exists(outim["name"]):
269267
raise RuntimeError(

0 commit comments

Comments
 (0)