We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3655416 commit aeca40aCopy full SHA for aeca40a
mypy/typeshed/stubs/librt/librt/base64.pyi
@@ -1,2 +1,2 @@
1
def b64encode(s: bytes) -> bytes: ...
2
-def b64decode(s: bytes) -> bytes: ...
+def b64decode(s: bytes | str) -> bytes: ...
0 commit comments