From 8478106f730482c2d63f6adfdafbeb50560b789d Mon Sep 17 00:00:00 2001 From: Ean Garvey Date: Thu, 30 May 2024 11:37:20 -0500 Subject: [PATCH] Remove old nodlogo import. --- apps/shark_studio/web/ui/sd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shark_studio/web/ui/sd.py b/apps/shark_studio/web/ui/sd.py index 7fe3962ae8..ee8bf77f58 100644 --- a/apps/shark_studio/web/ui/sd.py +++ b/apps/shark_studio/web/ui/sd.py @@ -32,7 +32,7 @@ ) from apps.shark_studio.modules.shared_cmd_opts import cmd_opts from apps.shark_studio.web.ui.utils import ( - nodlogo_loc, + amdlogo_loc, none_to_str_none, str_none_to_none, )