style: Fix E100 and E202 errors reported by pycodestyle

This commit is contained in:
Adrien Vergé
2017-12-07 14:02:07 +01:00
parent a92743c8ca
commit f713dc8be2
4 changed files with 6 additions and 4 deletions

View File

@@ -27,11 +27,11 @@ try:
except AssertionError:
import unittest2 as unittest
from tests.common import build_temp_workspace
from yamllint import cli
from yamllint import config
from tests.common import build_temp_workspace
class SimpleConfigTestCase(unittest.TestCase):
def test_parse_config(self):