summaryrefslogtreecommitdiff
path: root/_test/test_line_col.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_line_col.py')
-rw-r--r--_test/test_line_col.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/_test/test_line_col.py b/_test/test_line_col.py
index 75a0237..febe9c2 100644
--- a/_test/test_line_col.py
+++ b/_test/test_line_col.py
@@ -1,10 +1,8 @@
# coding: utf-8
-import pytest
-from textwrap import dedent
+import pytest # NOQA
-import ruamel.yaml
-from roundtrip import round_trip, dedent, round_trip_load, round_trip_dump
+from roundtrip import round_trip, dedent, round_trip_load, round_trip_dump # NOQA
def load(s):
@@ -54,7 +52,6 @@ class TestLineCol:
assert data[2].lc.line == 2
assert data[2].lc.col == 2
-
def test_item_04(self):
data = load("""
# testing line and column based on SO