We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f79691 commit c56b76bCopy full SHA for c56b76b
2 files changed
le_utils/uuid.py le_utils/uuidv5.pyle_utils/uuid.py renamed to le_utils/uuidv5.py
tests/test_uuid.py
@@ -1,7 +1,7 @@
1
import uuid
2
3
from le_utils.constants.uuid import KOLIBRI_ECOSYSTEM_UUID_NAMESPACE
4
-from le_utils.uuid import generate_ecosystem_namespaced_uuid
+from le_utils.uuidv5 import generate_ecosystem_namespaced_uuid
5
6
7
def test_namespace_does_not_change():
0 commit comments