Skip to content

Commit 7f225a1

Browse files
committed
fix: Add missing import in __init__
1 parent 436aac7 commit 7f225a1

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)