You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There shouldn't be any blank lines after the function docstring. Remove the blank lines to fix this issue. #### Not preferred: python def example(): '''Bad docstring.''' pass #### Preferred: python def example(): '''Good docstring.''' pass
Occurrences
There is 1 occurrence of this issue in the repository.
Description
There shouldn't be any blank lines after the function docstring. Remove the blank lines to fix this issue. #### Not preferred:
python def example(): '''Bad docstring.''' pass
#### Preferred:python def example(): '''Good docstring.''' pass
Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/noctua84/Transl8Me/issue/FLK-D202/occurrences/
The text was updated successfully, but these errors were encountered: