Fix flake8-docstrings D205 1 blank line required between summary line and description

This commit is contained in:
Labrys of Knossos 2019-04-05 15:02:50 -04:00
commit 1d7dba8aeb
4 changed files with 24 additions and 11 deletions

View file

@ -14,6 +14,8 @@ from core import logger
def db_filename(filename='nzbtomedia.db', suffix=None):
"""
Return the correct location of the database file.
@param filename: The sqlite database filename to use. If not specified,
will be made to be nzbtomedia.db
@param suffix: The suffix to append to the filename. A '.' will be added