test_python_cryptography: fix code style
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Tue, 13 Mar 2018 03:09:41 +0000 (00:09 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 13 Mar 2018 21:28:05 +0000 (22:28 +0100)
commitd44816f611a552716c878642f397a58cb034088b
treeb2ddd86fb99cba71b5c0b8528544ba1dc8b6cfac
parent19aaf8c3f1623d178e136b737ff93d2e5ed11740
test_python_cryptography: fix code style

Fix these warnings:
E122 continuation line missing indentation or outdented
E301 expected 1 blank line, found 0
E302 expected 2 blank lines, found 1
F401 'os' imported but unused

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/package/test_python_cryptography.py