add TypeError to avoid typehint issues

This commit is contained in:
Jakub Trllo 2025-05-07 17:22:21 +02:00
parent d7d3d1b376
commit 6bcf514ba2

View file

@ -8,7 +8,7 @@ import qtawesome
try:
import markdown
except (ImportError, SyntaxError):
except (ImportError, SyntaxError, TypeError):
markdown = None
from ayon_core.style import (