Skip to content

Commit 2dd7138

Browse files
committed
[FIX] Apply pre-commit formatting
1 parent 996ab94 commit 2dd7138

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyaptamer/utils/_protein_words.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
"""Protein word extraction utilities.
32
43
Core behavior mirrors the AptaTrans vocabulary pre-processing pattern:
@@ -8,8 +7,10 @@
87
"""
98

109
from collections import Counter
10+
1111
from pyaptamer.utils._base import filter_words
1212

13+
1314
def compute_protein_words(
1415
protein_sequences,
1516
min_k: int = 1,

0 commit comments

Comments
 (0)