From a0931124146378532949fea9781b6ba4a630c494 Mon Sep 17 00:00:00 2001 From: arya2807 Date: Fri, 12 Jun 2026 19:56:58 +0530 Subject: [PATCH] Fix: Add missing uuid import in lab.py --- src/plf/lab.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plf/lab.py b/src/plf/lab.py index 79339c2..efc9d82 100644 --- a/src/plf/lab.py +++ b/src/plf/lab.py @@ -1,5 +1,6 @@ """ create or use our lab +from uuid import uuid4 """ from pathlib import Path