We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf2af3 commit b9fb406Copy full SHA for b9fb406
1 file changed
autoremovetorrents/task.py
@@ -1,5 +1,4 @@
1
# -*- coding:utf-8 -*-
2
-import sys
3
import os
4
import time
5
import re
@@ -11,7 +10,6 @@
11
10
from .exception.nosuchclient import NoSuchClient
12
from .strategy import Strategy
13
from autoremovetorrents.torrent import Torrent
14
-from autoremovetorrents.torrentstatus import TorrentStatus
15
16
class Task(object):
17
def __init__(self, name, conf, remove_torrents = True):
0 commit comments