Skip to content

Commit 8022ec4

Browse files
author
Liora Milbaum
committed
refactor: Migrate MultipartEncoder to RequestsBackend
1 parent d3d010a commit 8022ec4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab/http_backends/requests_backend.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
<<<<<<< HEAD
12
from __future__ import annotations
23

4+
=======
5+
>>>>>>> 1696ad0 (refactor: Migrate MultipartEncoder to RequestsBackend)
36
from typing import Any, Dict, Optional, Tuple, TYPE_CHECKING, Union
47

58
import requests

0 commit comments

Comments
 (0)