forked from openlp/openlp
Fix unused imports
This commit is contained in:
parent
dcf01cc355
commit
b25fe75070
@ -125,7 +125,6 @@ from PyQt4 import QtCore, QtNetwork
|
||||
from mako.template import Template
|
||||
|
||||
from openlp.core.lib import Receiver, PluginStatus, StringContent
|
||||
from openlp.core.ui import HideMode
|
||||
from openlp.core.utils import AppLocation, translate
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
@ -33,8 +33,6 @@ from sqlalchemy import Column, Table, types
|
||||
from sqlalchemy.sql.expression import func
|
||||
from migrate.changeset.constraint import ForeignKeyConstraint
|
||||
|
||||
from openlp.plugins.songs.lib.db import Song
|
||||
|
||||
__version__ = 3
|
||||
|
||||
def upgrade_setup(metadata):
|
||||
|
Loading…
Reference in New Issue
Block a user