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

Move typing to comments in logger #131

Merged
merged 1 commit into from
Dec 26, 2021
Merged

Move typing to comments in logger #131

merged 1 commit into from
Dec 26, 2021

Conversation

CrazyIvan359
Copy link
Owner

logger.py is supposed to be Python 2 compatible but had a single type statement inline. Moved to a comment so it is compatible.

_log_handlers: t.List[logging.Handler] = []

@CrazyIvan359 CrazyIvan359 added the bug Something isn't working label Dec 12, 2021
@CrazyIvan359 CrazyIvan359 merged commit 9a4ec38 into master Dec 26, 2021
@CrazyIvan359 CrazyIvan359 deleted the fix-logger-typing branch December 26, 2021 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant