Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests for log-forwarder #114

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Fix tests for log-forwarder #114

merged 1 commit into from
Aug 20, 2024

Conversation

elpekenin
Copy link
Contributor

As far as a little testing locally goes, seems like the only issue is py3.8 not having __class_getitem__ (aka: generic typing)

Thus Iterable[T] is not valid... As a quick fix, lets just force all hints to be strings via annotations and call it a day

CICD will let us know whether this deduction is actually correct.

@Bibo-Joshi Bibo-Joshi merged commit df735c1 into python-telegram-bot:main Aug 20, 2024
11 checks passed
@Bibo-Joshi
Copy link
Member

Thanks for the neat PR :)!

@elpekenin elpekenin deleted the fix/forwarder-38 branch August 20, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants