summaryrefslogtreecommitdiff
path: root/gitlab/client.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-04-22 18:44:57 -0700
committerJohn L. Villalovos <john@sodarock.com>2021-04-22 18:48:54 -0700
commitb180bafdf282cd97e8f7b6767599bc42d5470bfa (patch)
treef03f73a9fac008099072f29b0b83181ca155aab7 /gitlab/client.py
parent711896f20ff81826c58f1f86dfb29ad860e1d52a (diff)
downloadgitlab-b180bafdf282cd97e8f7b6767599bc42d5470bfa.tar.gz
fix: correct ProjectFile.decode() documentation
ProjectFile.decode() returns 'bytes' and not 'str'. Update the method's doc-string and add a type-hint. ProjectFile.decode() returns the result of a call to base64.b64decode() The docs for that function state it returns 'bytes': https://docs.python.org/3/library/base64.html#base64.b64decode Fixes: #1403
Diffstat (limited to 'gitlab/client.py')
0 files changed, 0 insertions, 0 deletions