deeepcopy no longer needed.

This commit is contained in:
Salvador E. Tropea 2020-08-01 18:41:35 -03:00
parent a9cd9a649b
commit 9e8aebc3aa
1 changed files with 0 additions and 1 deletions

View File

@ -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: