From 934d0378447583810d7909fad913f2547fe27c05 Mon Sep 17 00:00:00 2001 From: Libor Batek <112623825+LiborBatek@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:50:21 +0200 Subject: [PATCH] Update server/settings.py Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> --- server/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/settings.py b/server/settings.py index cf1a492..7113ec7 100644 --- a/server/settings.py +++ b/server/settings.py @@ -106,8 +106,4 @@ class ThirdPartySettings(BaseSettingsModel): oiio: OIIOSettings = Field( default_factory=OIIOSettings, title="OpenImageIO", - description=( - "Configure library for image processing and format" - " conversion using OIIO." - ), )