Skip to content

Commit c56b76b

Browse files
committed
Rename utility file to avoid core package conflicts
1 parent 0f79691 commit c56b76b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

tests/test_uuid.py

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

33
from le_utils.constants.uuid import KOLIBRI_ECOSYSTEM_UUID_NAMESPACE
4-
from le_utils.uuid import generate_ecosystem_namespaced_uuid
4+
from le_utils.uuidv5 import generate_ecosystem_namespaced_uuid
55

66

77
def test_namespace_does_not_change():

0 commit comments

Comments
 (0)