From 6c5ab76656f794845cb871438e59741c1a4a3eba Mon Sep 17 00:00:00 2001 From: Elias Bermudez Date: Wed, 20 Jan 2021 16:54:10 -0800 Subject: [PATCH] Remove start and stop graph calls from __init__.py --- pyprof/nvtx/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyprof/nvtx/__init__.py b/pyprof/nvtx/__init__.py index 238c1f0..9c94c73 100644 --- a/pyprof/nvtx/__init__.py +++ b/pyprof/nvtx/__init__.py @@ -17,5 +17,3 @@ from .nvmarker import init from .nvmarker import add_wrapper as wrap -from .nvmarker import start_graph -from .nvmarker import stop_graph