From c42e1810df8d3c67a856f8926cdb7ea83a682f1c Mon Sep 17 00:00:00 2001 From: Mark Shields Date: Thu, 21 Oct 2021 14:27:58 -0700 Subject: [PATCH] [checkpoint] lint --- tests/python/unittest/test_runtime_vm_profiler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/unittest/test_runtime_vm_profiler.py b/tests/python/unittest/test_runtime_vm_profiler.py index a0e3e9ca9d3e1..0499a3e6c65a3 100644 --- a/tests/python/unittest/test_runtime_vm_profiler.py +++ b/tests/python/unittest/test_runtime_vm_profiler.py @@ -43,4 +43,3 @@ def test_basic(dev, target): import pytest sys.exit(pytest.main([__file__] + sys.argv[1:])) -