← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

Re: [Merge] lp:~nskaggs/ubuntu-terminal-app/restore-autopilot into lp:ubuntu-terminal-app

 

Absolutely; I fixed things and ran flake8:

flake8 ubuntu_terminal_app/*.py ubuntu_terminal_app/tests/*.py
ubuntu_terminal_app/tests/__init__.py:22:1: E402 module level import not at top of file
ubuntu_terminal_app/tests/__init__.py:38:39: W503 line break before binary operator


Both those warnings are ok -- we have to use the require before import to avoid other issues.
-- 
https://code.launchpad.net/~nskaggs/ubuntu-terminal-app/restore-autopilot/+merge/288347
Your team Ubuntu Terminal Developers is subscribed to branch lp:ubuntu-terminal-app.


References