Skip to content

Commit

Permalink
Re-export ChannelFile from paramiko (#11290)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmc authored Jan 19, 2024
1 parent c51de8e commit 8885cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/paramiko/paramiko/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from paramiko.agent import Agent as Agent, AgentKey as AgentKey
from paramiko.channel import Channel as Channel
from paramiko.channel import Channel as Channel, ChannelFile as ChannelFile
from paramiko.client import (
AutoAddPolicy as AutoAddPolicy,
MissingHostKeyPolicy as MissingHostKeyPolicy,
Expand Down

0 comments on commit 8885cc8

Please sign in to comment.