Skip to content

Commit

Permalink
restore type importing gitlab connector
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Feb 19, 2024
1 parent 19ea86d commit 739d7c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions siibra/retrieval/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
from time import sleep
import sys
from filelock import FileLock as Lock
if TYPE_CHECKING:
from .repositories import GitlabConnector

USER_AGENT_HEADER = {"User-Agent": f"siibra-python/{__version__}"}

Expand Down

0 comments on commit 739d7c7

Please sign in to comment.