From b680fd0278cd5d1f03f1a7e0f75d34358c179a81 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Sat, 17 Feb 2024 17:52:35 -0800 Subject: [PATCH] format fix --- tests/test_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_data.py b/tests/test_data.py index 813d165a..c67bcc8d 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -38,6 +38,7 @@ class TestLMM: def generate(self, _, **kwargs): return "test" + class TestEmb: def embed(self, _): return np.random.randn(128).astype(np.float32)