summaryrefslogtreecommitdiff
path: root/gitlab/tests/objects/test_submodules.py
diff options
context:
space:
mode:
authorMax Wittig <max.wittig@siemens.com>2021-04-23 09:20:34 +0200
committerGitHub <noreply@github.com>2021-04-23 09:20:34 +0200
commit976e14d95fc5716ad161cbf39d50e5863cd9b335 (patch)
treea67bbd8ab6ca23d9b61992643c26f9cd2e19df7f /gitlab/tests/objects/test_submodules.py
parent5fac07ab883120375532bfaf1dcae0f1d8940fb6 (diff)
parent40f4ab20ba0903abd3d5c6844fc626eb264b9a6a (diff)
downloadgitlab-976e14d95fc5716ad161cbf39d50e5863cd9b335.tar.gz
Merge pull request #1397 from JohnVillalovos/jlvillal/flake8
Fix all issues reported by running: tox -e pep8 and enable pep8 as a linter check
Diffstat (limited to 'gitlab/tests/objects/test_submodules.py')
-rw-r--r--gitlab/tests/objects/test_submodules.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gitlab/tests/objects/test_submodules.py b/gitlab/tests/objects/test_submodules.py
index 539af7b..69c1cd7 100644
--- a/gitlab/tests/objects/test_submodules.py
+++ b/gitlab/tests/objects/test_submodules.py
@@ -4,8 +4,6 @@ GitLab API: https://docs.gitlab.com/ce/api/repository_submodules.html
import pytest
import responses
-from gitlab.v4.objects import Project
-
@pytest.fixture
def resp_update_submodule():