Skip to content

Commit 0c271b7

Browse files
chore: apply typing suggestion
Co-authored-by: John Villalovos <john@sodarock.com>
1 parent 9b4cc2c commit 0c271b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ def _check_redirects(self, result: requests.Response) -> None:
437437

438438
def _prepare_send_data(
439439
self,
440-
files: Dict[str, Any] = None,
441-
post_data: Dict[str, Any] = None,
440+
files: Optional[Dict[str, Any]] = None,
441+
post_data: Optional[Dict[str, Any]] = None,
442442
raw: Optional[bool] = False,
443443
) -> Tuple:
444444
if files:

0 commit comments

Comments
 (0)