Skip to content

Commit 87afa5c

Browse files
committed
Change valum name
1 parent bf7eba5 commit 87afa5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gitlab/client.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1267,8 +1267,8 @@ def next(self) -> dict[str, Any]:
12671267
class _BaseGraphQL:
12681268
def __init__(
12691269
self,
1270-
url: str | None = None,
12711270
*,
1271+
url: str | None = None,
12721272
private_token: str | None = None,
12731273
oauth_token: str | None = None,
12741274
job_token: str | None = None,
@@ -1335,7 +1335,6 @@ def __init__(
13351335
self,
13361336
url: str | None = None,
13371337
*,
1338-
token: str | None = None,
13391338
private_token: str | None = None,
13401339
oauth_token: str | None = None,
13411340
job_token: str | None = None,
@@ -1401,7 +1400,7 @@ def __init__(
14011400

14021401
super().__init__(
14031402
url=url,
1404-
token=token,
1403+
private_token=private_token,
14051404
ssl_verify=ssl_verify,
14061405
timeout=timeout,
14071406
user_agent=user_agent,

0 commit comments

Comments
 (0)