mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
flake8'd torrent.py
This commit is contained in:
parent
7624683710
commit
58e9f66d64
1 changed files with 67 additions and 67 deletions
|
@ -46,7 +46,7 @@ from deluge._libtorrent import lt
|
||||||
import deluge.common
|
import deluge.common
|
||||||
import deluge.component as component
|
import deluge.component as component
|
||||||
from deluge.configmanager import ConfigManager, get_config_dir
|
from deluge.configmanager import ConfigManager, get_config_dir
|
||||||
from deluge.event import *
|
from deluge.event import TorrentStateChangedEvent, TorrentFolderRenamedEvent
|
||||||
from deluge.common import decode_string
|
from deluge.common import decode_string
|
||||||
|
|
||||||
TORRENT_STATE = deluge.common.TORRENT_STATE
|
TORRENT_STATE = deluge.common.TORRENT_STATE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue