We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af7bfa commit a73f4d9Copy full SHA for a73f4d9
examples/translations/chinese_test_1.py
@@ -1,8 +1,7 @@
1
-# -*- coding: utf-8 -*-
2
-from seleniumbase.translate.chinese import 硒测试用例 # noqa
+from seleniumbase.translate.chinese import 硒测试用例
3
4
5
-class 测试类(硒测试用例): # noqa
+class 测试类(硒测试用例):
6
7
def test_例子1(self):
8
self.开启网址("https://xkcd.in/comic?lg=cn&id=353")
0 commit comments