Skip to content

Commit a6634af

Browse files
chore: capitalisation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f040807 commit a6634af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/resolver_athena_client/client/transformers

src/resolver_athena_client/client/transformers/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def process_image() -> tuple[bytes, bool]:
7979
img, _target_size, interpolation=sampling_algorithm.value
8080
)
8181

82-
# openCV loads in BGR format by default, so we can directly convert to
82+
# OpenCV loads in BGR format by default, so we can directly convert to
8383
# bytes
8484
return resized_img.tobytes(), True # Data was transformed
8585

0 commit comments

Comments
 (0)