Refactor colorspace extraction logic

- Removed unnecessary closing parenthesis in colorspace extraction method.
This commit is contained in:
Jakub Jezek 2024-11-06 15:57:24 +01:00
parent 0ff9ae65d8
commit e0e541b24a
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -48,4 +48,3 @@ class ExtractColorspaceData(publish.Extractor,
self.set_representation_colorspace(
representation, context, colorspace)
)