Skip to content

Commit 68b2443

Browse files
lovetoxvergenzt
andauthored
Update gnupg.pyi
Co-authored-by: Tim Vergenz <[email protected]>
1 parent 8b68237 commit 68b2443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnupg.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ class GPG:
828828

829829
def decrypt_file(
830830
self,
831-
fileobj_or_path: Any,
831+
fileobj_or_path: str | ReadableFile,
832832
always_trust: bool = ...,
833833
passphrase: str | None = ...,
834834
output: str | None = ...,

0 commit comments

Comments
 (0)