From 82f7386096e19d0cc04ca79b2c09a3b251af5f49 Mon Sep 17 00:00:00 2001 From: Sam Horsfield Date: Thu, 15 Dec 2022 14:43:14 +0000 Subject: [PATCH] Removes debugging packages. --- ggCaller/__main__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ggCaller/__main__.py b/ggCaller/__main__.py index 40464e4..dba6028 100644 --- a/ggCaller/__main__.py +++ b/ggCaller/__main__.py @@ -17,10 +17,6 @@ import ast import tempfile import json -import weakref -import objgraph -from pympler.tracker import SummaryTracker -import gc from .__init__ import __version__