mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Fix flake8-docstrings D205 1 blank line required between summary line and description
This commit is contained in:
parent
f98b39cdbb
commit
73e47466b4
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue