Skip to content

Commit f8ed169

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

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

stitching/images.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ def of(
3333
elif Images.check_list_element_types(images, str):
3434
return _FilenameImages(images, medium_megapix, low_megapix, final_megapix)
3535
else:
36-
raise StitchingError(
37-
"""invalid images list:
38-
must be numpy arrays (loaded images) or filename strings"""
39-
)
36+
raise StitchingError("""invalid images list:
37+
must be numpy arrays (loaded images) or filename strings""")
4038

4139
@abstractmethod
4240
def __init__(self, images, medium_megapix, low_megapix, final_megapix):

0 commit comments

Comments
 (0)