Browse code

fix lint failure

Joseph Weston authored on 21/11/2019 12:31:08
Showing 1 changed files
... ...
@@ -65,7 +65,7 @@ def test_aync_def_function():
65 65
     asyncio.get_event_loop().run_until_complete(runner.task)
66 66
 
67 67
 
68
-### Test with different executors
68
+# --- Test with different executors
69 69
 
70 70
 
71 71
 @pytest.fixture(scope="session")