Source: python-ntc-templates
Version: 3.5.0-2
Severity: normal

Dear Maintainer,

The import is hybridized and python-ntc-templates will
prefer the module from the standard library.

Greetings



ntc_templates/__init__.py-try:
ntc_templates/__init__.py-    from importlib import metadata
ntc_templates/__init__.py-except ImportError:
ntc_templates/__init__.py-    # Python version < 3.8
ntc_templates/__init__.py:    import importlib_metadata as metadata

Reply via email to