Skip to content

Commit b9fb406

Browse files
Remove unused libs
1 parent 9cf2af3 commit b9fb406

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

autoremovetorrents/task.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding:utf-8 -*-
2-
import sys
32
import os
43
import time
54
import re
@@ -11,7 +10,6 @@
1110
from .exception.nosuchclient import NoSuchClient
1211
from .strategy import Strategy
1312
from autoremovetorrents.torrent import Torrent
14-
from autoremovetorrents.torrentstatus import TorrentStatus
1513

1614
class Task(object):
1715
def __init__(self, name, conf, remove_torrents = True):

0 commit comments

Comments
 (0)