From ff21eb664871904137e6df18308b6e90290ad490 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sat, 17 Apr 2021 14:20:05 -0700 Subject: chore: fix F401 errors reported by flake8 F401: Module imported but unused https://www.flake8rules.com/rules/F401.html --- gitlab/tests/objects/test_submodules.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'gitlab/tests/objects/test_submodules.py') 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(): -- cgit v1.2.1