background typo

Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
Yousef R. Gamaleldin 2026-05-08 12:02:03 +03:00 committed by GitHub
parent ba7e0ba49c
commit 4c7bed3988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,5 +54,5 @@ class BackGroundRemovalExtension(ComfyExtension):
]
async def comfy_entrypoint() -> BackGroundRemovalExtension:
async def comfy_entrypoint() -> BackgroundRemovalExtension:
return BackgroundRemovalExtension()