summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/users.py')
-rw-r--r--gitlab/v4/objects/users.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/users.py b/gitlab/v4/objects/users.py
index 940cf07..c90a7c9 100644
--- a/gitlab/v4/objects/users.py
+++ b/gitlab/v4/objects/users.py
@@ -14,8 +14,8 @@ from gitlab.mixins import (
UpdateMixin,
)
-from .custom_attributes import UserCustomAttributeManager
-from .events import UserEventManager
+from .custom_attributes import UserCustomAttributeManager # noqa: F401
+from .events import UserEventManager # noqa: F401
__all__ = [