Skip to content

Commit

Permalink
Ignore the issue (#20049)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalidmammadov authored Dec 14, 2021
1 parent 7e83e9c commit 2f2197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_plugins_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import importlib.metadata

# only when we do not have importlib_metadata, the importlib.metadata is actually used
importlib_metadata = 'importlib.metadata'
importlib_metadata = 'importlib.metadata' # type: ignore
except ImportError:
raise Exception(
"Either importlib_metadata must be installed or importlib.metadata must be"
Expand Down

0 comments on commit 2f2197d

Please sign in to comment.