From 841f4852bf000c2d0f9406f0220940b10119ea51 Mon Sep 17 00:00:00 2001 From: edknv Date: Tue, 16 Jan 2024 10:26:23 -0800 Subject: [PATCH] lint --- tests/examples/test_scripts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/examples/test_scripts.py b/tests/examples/test_scripts.py index 8fe2fb2..d4d609f 100644 --- a/tests/examples/test_scripts.py +++ b/tests/examples/test_scripts.py @@ -7,6 +7,7 @@ import shutil # noqa: E402 import sys # noqa: E402 import tempfile # noqa: E402 + # from uuid import uuid4 # noqa: E402 # from crossfit.dataset.load import load_dataset # noqa: E402