From dca9557ef3d9f46cc0b4489f4c740b1fb465452c Mon Sep 17 00:00:00 2001 From: AHReccese Date: Tue, 24 Sep 2024 23:45:59 -0400 Subject: [PATCH] `auto.pep8.sh` applied --- opr/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opr/params.py b/opr/params.py index ef35e30..45bdd49 100644 --- a/opr/params.py +++ b/opr/params.py @@ -23,4 +23,4 @@ PRIMER_NOT_REMOVABLE_ATTRIBUTE_ERROR = "This attribute is not removable." PRIMER_ADDITION_ERROR = "You can only add two Primer objects togather (which will lead to a new Primer with the concatenated sequence)." -PRIMER_MULTIPICATION_ERROR = "Primer sequence can only get multipied by integer." \ No newline at end of file +PRIMER_MULTIPICATION_ERROR = "Primer sequence can only get multipied by integer."