pep8 fixes for subiquity/controllers/welcome.py

This commit is contained in:
Ryan Harper 2018-05-22 15:58:33 -05:00
parent 797b26452e
commit d5d59bdf7a
1 changed files with 1 additions and 2 deletions

View File

@ -14,13 +14,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import logging
from subiquitycore.controller import BaseController
from subiquity.ui.views import WelcomeView
log = logging.getLogger('subiquity.controllers.welcome')
class WelcomeController(BaseController):
def __init__(self, common):