From 43303ee19b455a3e9b49e0bdbfaf961e617d0df5 Mon Sep 17 00:00:00 2001 From: TheRiPtide <g.zaugg97@gmail.com> Date: Wed, 8 Dec 2021 14:22:22 +0100 Subject: [PATCH] fix: flake8 now again --- src/polyA_classifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/polyA_classifier.py b/src/polyA_classifier.py index 428d5b5..4570e9d 100644 --- a/src/polyA_classifier.py +++ b/src/polyA_classifier.py @@ -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: -- GitLab