Skip to content

Commit ee2086e

Browse files
committed
Remove unnecessary overrides/comments.
1 parent a5bd396 commit ee2086e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

cssutils/tests/test_csscomment.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ def setup(self):
1313
self.r_type = cssutils.css.CSSComment.COMMENT
1414
self.r_typeString = 'COMMENT'
1515

16-
def test_init(self):
17-
"CSSComment.type and init"
18-
super().test_init()
19-
2016
def test_csstext(self):
2117
"CSSComment.cssText"
2218
tests = {

cssutils/tests/test_cssnamespacerule.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ def setup(self):
1717

1818
def test_init(self):
1919
"CSSNamespaceRule.__init__()"
20-
# cannot use here as self.r and self rRO and not useful
21-
# super().test_init()
2220
tests = [
2321
(None, None),
2422
('', ''),

0 commit comments

Comments
 (0)