From 6405af24293ff2eca18fae18b798f15da5400297 Mon Sep 17 00:00:00 2001 From: Huy Pham <42948410+hpham@users.noreply.github.com> Date: Tue, 5 Nov 2019 15:15:22 -0800 Subject: [PATCH] more work on coretk --- coretk/coretk/coretoolbarhelp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/coretk/coretk/coretoolbarhelp.py b/coretk/coretk/coretoolbarhelp.py index d9c7e0bf..915d3b80 100644 --- a/coretk/coretk/coretoolbarhelp.py +++ b/coretk/coretk/coretoolbarhelp.py @@ -3,8 +3,6 @@ CoreToolbar help to draw on canvas, and make grpc client call """ from core.api.grpc.client import core_pb2 -# from coretk import configutils - class CoreToolbarHelp: def __init__(self, app):