We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43db278 commit 9ddf181Copy full SHA for 9ddf181
src/higlass/_utils.py
@@ -46,7 +46,7 @@
46
47
48
def uid() -> str:
49
- return str(uuid.uuid4())
+ return str(uuid.uuid4()).split("-")[0]
50
51
52
T = TypeVar("T")
0 commit comments