Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b41b2de

Browse files
nejchmax-wittig
authored andcommitted
fix(client): ensure type evaluations are postponed
1 parent 7669d4d commit b41b2de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""Wrapper for the GitLab API."""
22

3+
from __future__ import annotations
4+
35
import os
46
import re
57
from typing import (

0 commit comments

Comments
 (0)