diff --git a/src/staging/staging.py b/src/staging/staging.py index 9a90916..a2c8e2d 100644 --- a/src/staging/staging.py +++ b/src/staging/staging.py @@ -10,7 +10,6 @@ import shutil import sys import glob -import zipfile from src.common.logger import LoggingUtil from src.common.pg_impl import PGImplementation diff --git a/src/tests/test_staging.py b/src/tests/test_staging.py index 5bcaa5f..b7b207b 100644 --- a/src/tests/test_staging.py +++ b/src/tests/test_staging.py @@ -8,8 +8,6 @@ Author: Phil Owen, RENCI.org """ import os -import pytest - from src.staging.staging import Staging from src.common.staging_enums import StagingType, WorkflowTypeName, ReturnCodes