diff --git a/ssh-audit.py b/ssh-audit.py index af9c228..e1f82df 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -1812,7 +1812,7 @@ class Utils(object): @classmethod def is_ascii(cls, v): - # type: (Union[text_type, str], str) -> bool + # type: (Union[text_type, str]) -> bool try: if isinstance(v, (text_type, str)): v.encode('ascii')