Skip to content

Commit

Permalink
fix missing imports in telegram_messenger.py (errbotio#1574)
Browse files Browse the repository at this point in the history
* update telegram_messenger.py

* fix: sort imports

* docs: add info to CHANGES

Co-authored-by: Sijis Aviles <sijis.aviles+github@gmail.com>
  • Loading branch information
futex and sijis committed Jan 1, 2024
1 parent 7745736 commit 61550bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fixes:
- docs: add unreleased section (#1576)
- docs: update broken URL for Markdown Extra (#1572)
- chore: bump actions/setup-python version (#1575)
- backend/telegram: fix missing imports (#1574)


v6.1.9 (2022-06-11)
Expand Down
2 changes: 1 addition & 1 deletion errbot/backends/telegram_messenger.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
import sys
from typing import Any, Optional, Union
from typing import Any, BinaryIO, List, Optional, Union

from errbot.backends.base import (
ONLINE,
Expand Down

0 comments on commit 61550bf

Please sign in to comment.