From 11f43bb7dd65a544bec4277028323d5edba78748 Mon Sep 17 00:00:00 2001 From: RudiLauster Date: Wed, 26 Feb 2025 15:47:06 +0100 Subject: [PATCH] formatting corrections by black --- uwsift/view/scene_graph.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uwsift/view/scene_graph.py b/uwsift/view/scene_graph.py index f2471e1a..74727cbe 100644 --- a/uwsift/view/scene_graph.py +++ b/uwsift/view/scene_graph.py @@ -86,6 +86,7 @@ ) DEFAULT_TEXTURE_SHAPE = (4, 16) + class CustomImage(Image): """Custom image override to fix issue #404."""