Code review comment for lp:~nskaggs/ubuntu-terminal-app/restore-autopilot

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

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.

« Back to merge proposal