summaryrefslogtreecommitdiff
path: root/gitlab/tests
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/tests')
-rw-r--r--gitlab/tests/objects/test_job_artifacts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gitlab/tests/objects/test_job_artifacts.py b/gitlab/tests/objects/test_job_artifacts.py
index c501d30..c441b4b 100644
--- a/gitlab/tests/objects/test_job_artifacts.py
+++ b/gitlab/tests/objects/test_job_artifacts.py
@@ -5,8 +5,6 @@ GitLab API: https://docs.gitlab.com/ee/api/job_artifacts.html
import pytest
import responses
-from gitlab.v4.objects import Project
-
ref_name = "master"
job = "build"