refac: remove verbose from util

This commit is contained in:
Ibis Prevedello 2023-03-16 14:07:51 -03:00
commit df194720d2

View file

@ -246,10 +246,6 @@ def format_dict(d, name: Optional[str] = None):
if key == "_type":
continue
# Set verbose to True
if key == "verbose":
value["default"] = True
_type = value["type"]
# Remove 'Optional' wrapper