From 79c71db9e4edcb3c9af60c2ff6f25feaae706c0f Mon Sep 17 00:00:00 2001 From: Adamtaranto Date: Mon, 23 Sep 2024 08:39:05 +0000 Subject: [PATCH] Style fixes by Ruff --- src/python/tests/test_basic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/tests/test_basic.py b/src/python/tests/test_basic.py index 41f34c0..730bbc7 100644 --- a/src/python/tests/test_basic.py +++ b/src/python/tests/test_basic.py @@ -2,6 +2,7 @@ import oxli + # Helper function, create tables. def create_sample_kmer_table(ksize, kmers): table = oxli.KmerCountTable(ksize)