Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 6233c95

Browse files
committed
Remove unused imports.
1 parent 4b948b2 commit 6233c95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
"""cpplint-junit tests."""
44

5-
import sys
65
import unittest
76

8-
from cpplint_junit import CpplintError, generate_test_suite, parse_arguments, parse_cpplint
7+
from cpplint_junit import CpplintError, generate_test_suite, parse_cpplint
98

109

1110
class ParseCpplintTestCase(unittest.TestCase):

0 commit comments

Comments
 (0)