Closed asadmoosvi closed 4 years ago
The parse_args function doesn't return a parser object but rather an argparse namespace object. So I've just clarified that in the docstring and also added the type annotations for it.
parse_args
Thanks! You are right! Thanks for the fix!
The
parse_args
function doesn't return a parser object but rather an argparse namespace object. So I've just clarified that in the docstring and also added the type annotations for it.