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

This commit is contained in:
Labrys of Knossos 2019-04-07 13:30:40 -04:00
commit 73e47466b4

View file

@ -1,7 +1,8 @@
# coding=utf-8 # coding=utf-8
"""A synchronous implementation of the Deluge RPC protocol """
based on gevent-deluge by Christopher Rosell. A synchronous implementation of the Deluge RPC protocol.
Based on gevent-deluge by Christopher Rosell:
https://github.com/chrippa/gevent-deluge https://github.com/chrippa/gevent-deluge
Example usage: Example usage: