From f3afd34260d681bbeec974b67012b90d407b7014 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sat, 22 May 2021 08:55:19 -0700 Subject: chore: fix import ordering using isort Fix the import ordering using isort. https://pycqa.github.io/isort/ --- gitlab/v4/objects/custom_attributes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gitlab/v4/objects/custom_attributes.py') diff --git a/gitlab/v4/objects/custom_attributes.py b/gitlab/v4/objects/custom_attributes.py index a4e9795..48296ca 100644 --- a/gitlab/v4/objects/custom_attributes.py +++ b/gitlab/v4/objects/custom_attributes.py @@ -1,7 +1,6 @@ from gitlab.base import RESTManager, RESTObject from gitlab.mixins import DeleteMixin, ObjectDeleteMixin, RetrieveMixin, SetMixin - __all__ = [ "GroupCustomAttribute", "GroupCustomAttributeManager", -- cgit v1.2.1