summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/base.py')
-rw-r--r--gitlab/base.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gitlab/base.py b/gitlab/base.py
index 6a6e992..6bcdc4a 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -21,7 +21,6 @@ import textwrap
from types import ModuleType
from typing import Any, Dict, Iterable, NamedTuple, Optional, Tuple, Type
-import gitlab
from gitlab import types as g_types
from gitlab.exceptions import GitlabParsingError
@@ -36,8 +35,7 @@ __all__ = [
_URL_ATTRIBUTE_ERROR = (
- f"https://python-gitlab.readthedocs.io/en/{gitlab.__version__}/"
- f"faq.html#attribute-error-list"
+ "https://python-gitlab.readthedocs.io/en/stable/faq.html#attribute-error-list"
)