From 42873eacdbaed32d345928a66406f71781bd49c6 Mon Sep 17 00:00:00 2001 From: Raphael Reinauer <134445357+RaphaelLilt@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:04:05 +0200 Subject: [PATCH] Update tools.py --- sisyphus/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sisyphus/tools.py b/sisyphus/tools.py index 9ef1ad5..e4a8026 100644 --- a/sisyphus/tools.py +++ b/sisyphus/tools.py @@ -16,7 +16,6 @@ import linecache from typing import Set, Any - try: import tracemalloc except ModuleNotFoundError: