Make pylint happy

This commit is contained in:
Bastian Germann 2019-04-02 19:09:18 +02:00
parent 7ceb81cec9
commit b5065ac3ca
2 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,8 @@ related to playing media, such as sliders.
import datetime
import logging
from pymediainfo import MediaInfo
from subprocess import check_output
from pymediainfo import MediaInfo
from PyQt5 import QtCore, QtWidgets
from openlp.core.state import State

View File

@ -22,7 +22,6 @@
###############################################################################
import re
import sys
from subprocess import Popen, PIPE
from setuptools import setup, find_packages
@ -113,7 +112,6 @@ finally:
ver_file.close()
setup(
name='OpenLP',
version=version_string,