From 37ad4bc0307cb0d1169de1a9c9974249dcc3a1f5 Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Tue, 14 Jan 2025 11:37:38 -0800 Subject: [PATCH] fixup --- OCR/ocr/services/alignment/backends/image_homography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCR/ocr/services/alignment/backends/image_homography.py b/OCR/ocr/services/alignment/backends/image_homography.py index 5cfd61ee..00a4af11 100644 --- a/OCR/ocr/services/alignment/backends/image_homography.py +++ b/OCR/ocr/services/alignment/backends/image_homography.py @@ -1,4 +1,4 @@ -"Aligns two images using image homography algorithms." +"""Aligns two images using image homography algorithms.""" from pathlib import Path import numpy as np