Skip to content

Commit

Permalink
Merge pull request #635 from zzz-heygen/zzz/fix_import
Browse files Browse the repository at this point in the history
fix: AttributeError: module 'importlib' has no attribute 'metadata'
  • Loading branch information
lepture committed Apr 5, 2024
2 parents 5ac4680 + 948417b commit 98d8a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authlib/integrations/flask_oauth2/errors.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import importlib
import importlib.metadata

import werkzeug
from werkzeug.exceptions import HTTPException
Expand Down

0 comments on commit 98d8a92

Please sign in to comment.