Skip to content

Commit

Permalink
pyrage-stubs: add passphrase module import
Browse files Browse the repository at this point in the history
Without it, the types aren't found.
  • Loading branch information
vikanezrimaya committed Feb 2, 2024
1 parent 49f3e09 commit 87e9936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrage-stubs/pyrage-stubs/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Sequence, Union

from pyrage import ssh, x25519, plugin
from pyrage import ssh, x25519, plugin, passphrase

Identity = Union[ssh.Identity, x25519.Identity, plugin.IdentityPluginV1]
Recipient = Union[ssh.Recipient, x25519.Recipient, plugin.RecipientPluginV1]
Expand Down

0 comments on commit 87e9936

Please sign in to comment.