"docs/vscode:/vscode.git/clone" did not exist on "7ea69e61762bf85b9ac8d09e03350bbab2b9d7af"
Unverified Commit 9f04477f authored by lizz's avatar lizz Committed by GitHub
Browse files

Harmless changes (#340)



* harmless changes
Signed-off-by: default avatarlizz <lizz@sensetime.com>

* Update conv_module.py

* No bracket for simple class
Signed-off-by: default avatarlizz <lizz@sensetime.com>
parent e8fa66aa
...@@ -20,7 +20,7 @@ def reset_string_io(io): ...@@ -20,7 +20,7 @@ def reset_string_io(io):
io.seek(0) io.seek(0)
class TestProgressBar(object): class TestProgressBar:
def test_start(self): def test_start(self):
out = StringIO() out = StringIO()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment