Use correct native importlib library available Python 3.7+
Compare changes
+ 5
− 5
@@ -26,7 +26,7 @@ args = parser.parse_args()
importlib_metadata
is an external dependency that needs to be installed through pip / pypi.
The correct, native, library is known as importlib
This patch fixes a broken import.