-remove CueFile imports.
This commit is contained in:
parent
10ee6aaa1d
commit
bbabdcda67
4 changed files with 5 additions and 10 deletions
|
@ -20,7 +20,6 @@ from pypofetch import PypoFetch
|
|||
from configobj import ConfigObj
|
||||
|
||||
# custom imports
|
||||
from util import CueFile
|
||||
from api_clients import api_client
|
||||
|
||||
PYPO_VERSION = '1.1'
|
||||
|
|
|
@ -19,7 +19,6 @@ from kombu.connection import BrokerConnection
|
|||
from kombu.messaging import Exchange, Queue, Consumer, Producer
|
||||
|
||||
from api_clients import api_client
|
||||
from util import CueFile
|
||||
|
||||
from configobj import ConfigObj
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ import math
|
|||
from threading import Thread
|
||||
|
||||
from api_clients import api_client
|
||||
from util import CueFile
|
||||
|
||||
from configobj import ConfigObj
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue