Skip to content

Commit

Permalink
fixing pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Aug 15, 2024
1 parent 781a903 commit 4b0d635
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/staging/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/tests/test_staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b0d635

Please sign in to comment.