format_type_string normally strips the module path from the field's type to improve the output's readability. However, when passed a value like Literal['[email protected]', '[email protected]'], Kitbash produces the following output:
The function should account for cases like this, as it's unreasonable to bar literal values from containing certain characters.
:override-type: can be used as a workaround until this is resolved.