From 9e8aebc3aad37f7d022e7ac72ae18a78c397c1ae Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 1 Aug 2020 18:41:35 -0300 Subject: [PATCH] deeepcopy no longer needed. --- tests/test_plot/test_int_bom.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_plot/test_int_bom.py b/tests/test_plot/test_int_bom.py index e51aea48..c180fb7a 100644 --- a/tests/test_plot/test_int_bom.py +++ b/tests/test_plot/test_int_bom.py @@ -39,7 +39,6 @@ pytest-3 --log-cli-level debug import os import sys import logging -from copy import deepcopy # Look for the 'utils' module from where the script is running prev_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) if prev_dir not in sys.path: