Skip to content

Commit bcd848e

Browse files
committed
add missing import of NS
1 parent 410de21 commit bcd848e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyff/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import random
22

3-
from pyff.constants import config
3+
from pyff.constants import NS, config
44
from pyff.logs import get_log
55
from pyff.resource import Resource, ResourceOpts
66
from pyff.samlmd import entitiesdescriptor, root

0 commit comments

Comments
 (0)