feat: rename ui_type_hint to ui_type

Just a bit more succinct while not losing any clarity.
This commit is contained in:
psychedelicious
2023-08-15 21:45:40 +10:00
parent 18006cab9a
commit fa884134d9
13 changed files with 66 additions and 66 deletions

View File

@ -16,7 +16,7 @@ from .baseinvocation import (
InputField,
InvocationContext,
OutputField,
UITypeHint,
UIType,
tags,
title,
)