Skip to content

Commit 54c3c70

Browse files
committed
New info
1 parent 936b9d6 commit 54c3c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab_api/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
from typing import Optional
44

55
import requests
6-
from fastmcp.server.middleware import MiddlewareContext, Middleware
76
from agent_utilities.base_utilities import to_boolean, get_logger
87
from gitlab_api.gitlab_api import Api
98

109
local = threading.local()
1110
logger = get_logger(__name__)
1211

12+
1313
def get_client(
1414
config: dict,
1515
instance: str = os.getenv("GITLAB_INSTANCE", "https://gitlab.com"),

0 commit comments

Comments
 (0)