Skip to content

Commit

Permalink
Fix log_forwarder Compatibility with Python 3.8 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpekenin authored Aug 20, 2024
1 parent 8bc77f6 commit df735c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ptbcontrib/log_forwarder/log_forwarder.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
# along with this program. If not, see [http://www.gnu.org/licenses/].
"""This module contains LogForwarder class"""

from __future__ import annotations

import asyncio
import logging
from collections.abc import Iterable
Expand Down

0 comments on commit df735c1

Please sign in to comment.