diff options
Diffstat (limited to 'gitlab/utils.py')
-rw-r--r-- | gitlab/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/utils.py b/gitlab/utils.py index 220a8c9..196210c 100644 --- a/gitlab/utils.py +++ b/gitlab/utils.py @@ -29,7 +29,7 @@ class _StdoutStream(object): def response_content( response: requests.Response, streamed: bool, - action: Optional[Callable], + action: Optional[Callable[[bytes], None]], chunk_size: int, ) -> Optional[bytes]: if streamed is False: |