We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df072e1 commit f0152dcCopy full SHA for f0152dc
gitlab/mixins.py
@@ -142,8 +142,6 @@ def get(
142
if TYPE_CHECKING:
143
assert self.path is not None
144
server_data = self.gitlab.http_get(self.path, **kwargs)
145
- if server_data is None:
146
- return None
147
148
assert not isinstance(server_data, requests.Response)
149
assert self._obj_cls is not None
0 commit comments