2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

do not cover old import

This commit is contained in:
Matthias
2022-03-13 20:53:49 +01:00
parent 312441c2f5
commit e0e87efb8c

View File

@ -21,7 +21,7 @@ from django.utils.text import slugify
try:
from importlib import metadata
except:
except: # pragma: no cover
import importlib_metadata as metadata
# TODO remove when python minimum is 3.8