Skip to content

Commit ee029cf

Browse files
authored
Merge pull request #802 from sfayer/fix_pkgres
fix: Add missing import in __init__
2 parents 436aac7 + 7f225a1 commit ee029cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WebAppDIRAC/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33

44
# Define Version
5+
import importlib.metadata
56
import importlib.resources
67

78
try:

0 commit comments

Comments
 (0)