Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 17, 2023
1 parent 2ed8f78 commit 03d9472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_task_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Local application imports (anything from EESSI/eessi-bot-software-layer)
from tasks.build import Job, create_pr_comment
from tools import run_cmd, run_subprocess
from tools.pr_comments import get_submitted_job_comment, PRComment
from tools.pr_comments import get_submitted_job_comment
from tools.job_metadata import create_metadata_file

# Local tests imports (reusing code from other tests)
Expand Down

0 comments on commit 03d9472

Please sign in to comment.