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 compatibility for python versions older than 3.8 #61

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

xadrianzetx
Copy link
Contributor

@xadrianzetx xadrianzetx commented Nov 8, 2021

Removed importlib.metadata import as it's not used anymore and breaks compatibility with older python versions. Fixes #60

@skorokithakis
Copy link
Owner

Ah, damn, flake8 didn't notice it because of noqa. Thanks!

@skorokithakis skorokithakis merged commit 43e8d51 into skorokithakis:master Nov 8, 2021
@xadrianzetx xadrianzetx deleted the fix-py-compat branch November 8, 2021 20:16
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.

Error in python 3.7 - importlib.metadata not available
3 participants