Skip to content

Commit c8cc9c8

Browse files
Add Callable import to external_reply_info.py (#160)
1 parent a1fbdfd commit c8cc9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/types/input_message_content/external_reply_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from typing import Optional, Union
19+
from typing import Optional, Union, Callable
2020

2121
import pyrogram
2222
from pyrogram import raw, types, utils, enums

0 commit comments

Comments
 (0)