summaryrefslogtreecommitdiffstats
path: root/tests/test_linter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_linter.py')
-rw-r--r--tests/test_linter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linter.py b/tests/test_linter.py
index 9855120..ea509d8 100644
--- a/tests/test_linter.py
+++ b/tests/test_linter.py
@@ -16,8 +16,8 @@
import io
import unittest
-from yamllint.config import YamlLintConfig
from yamllint import linter
+from yamllint.config import YamlLintConfig
class LinterTestCase(unittest.TestCase):