diff --git a/brewtils/decorators.py b/brewtils/decorators.py index 433984f9..3025488a 100644 --- a/brewtils/decorators.py +++ b/brewtils/decorators.py @@ -688,7 +688,7 @@ def _parameter_type_hint(method, cmd_parameter): return "Boolean" if type_hint_class in ["", ""]: return "Dictionary" - if type_hint_class.lower() in [""]: + if type_hint_class.lower() in [""]: return "DateTime" if type_hint_class in [""]: return "Bytes"