Skip to content

Commit e891cd3

Browse files
committed
Add comments to avoid flake8 issues
1 parent a51ce2d commit e891cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/translations/chinese_test_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from seleniumbase.translate.chinese import 硒测试用例
1+
from seleniumbase.translate.chinese import 硒测试用例 # noqa
22

33

4-
class 测试类(硒测试用例):
4+
class 测试类(硒测试用例): # noqa
55

66
def test_例子1(self):
77
self.开启网址("https://xkcd.in/comic?lg=cn&id=353")

0 commit comments

Comments
 (0)