From 6b177915462175bcdfe54003bb10f575e54d1471 Mon Sep 17 00:00:00 2001 From: dcsena Date: Mon, 20 Mar 2023 10:47:47 -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 3837b5172..d3bcf077c 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -11,4 +11,4 @@ if sys.version[0:3] == '3.9': import unittest import yourbase - yourbase.attach(unittest) \ No newline at end of file + yourbase.attach(unittest)