refac: remove verbose from util
This commit is contained in:
parent
aec3179a93
commit
df194720d2
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue