FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(client): ensure type evaluations are postponed · python-gitlab/python-gitlab@b41b2de · GitHub

Commit b41b2de

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL