Skip to content

Commit

Permalink
import Iterable from typing module
Browse files Browse the repository at this point in the history
  • Loading branch information
Lur1an committed Aug 23, 2024
1 parent df735c1 commit ca497e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptbcontrib/log_forwarder/log_forwarder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import asyncio
import logging
from collections.abc import Iterable
from typing import Iterable

from telegram.constants import ParseMode
from telegram.ext import ExtBot
Expand Down

0 comments on commit ca497e9

Please sign in to comment.