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/v4/objects/services.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gitlab/v4/objects/services.py') diff --git a/gitlab/v4/objects/services.py b/gitlab/v4/objects/services.py index c638336..17bf63a 100644 --- a/gitlab/v4/objects/services.py +++ b/gitlab/v4/objects/services.py @@ -1,5 +1,4 @@ from gitlab import cli -from gitlab import exceptions as exc from gitlab.base import RESTManager, RESTObject from gitlab.mixins import ( DeleteMixin, -- cgit v1.2.1