Skip to content
Snippets Groups Projects
Commit 43303ee1 authored by TheRiPtide's avatar TheRiPtide
Browse files

fix: flake8 now again

parent 5eef04d8
No related branches found
No related tags found
1 merge request!23feat: deep-leaning poly(A) classifier
Pipeline #13793 passed
......@@ -49,7 +49,7 @@ class PolyAClassifier:
'C': 1.0
}
def __init__(self, model = Net, state_dict_path: str = './models/internal_priming.pth'):
def __init__(self, model=Net, state_dict_path: str = './models/internal_priming.pth'):
"""Returns a stateless classifier with the model loaded.
Args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment