From 39cf642e6d950b746fb4954cb1489d4a28f2462d Mon Sep 17 00:00:00 2001 From: dcsena Date: Sun, 19 Mar 2023 18:03:05 -0400 Subject: [PATCH] refactoring --- test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/__init__.py b/test/__init__.py index a080fcf8b..973674eca 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -5,4 +5,4 @@ if sys.version[0:3] > '3.5': import unittest import yourbase - yourbase.attatch(unittest) \ No newline at end of file + yourbase.attach(unittest) \ No newline at end of file