clean-code-ml icon indicating copy to clipboard operation
clean-code-ml copied to clipboard

Correct type hint @ split_into_first_and_last_name

Open shahrokh-bahtooei opened this issue 5 years ago • 0 comments

The return type hint for the refactored function split_into_first_and_last_name mistakenly is set to None, which instead should be either "list" or "List[str]."

shahrokh-bahtooei avatar Oct 30 '20 12:10 shahrokh-bahtooei