From 1eb825cbc122b1438743ff1c3c655ecaaaa0d23e Mon Sep 17 00:00:00 2001 From: dcsena Date: Sun, 19 Mar 2023 17:32:59 -0400 Subject: [PATCH] Revert "adding yourbase" This reverts commit cc51a01fbcd28fa105b61e724270aaba02c09ada. --- test/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/__init__.py b/test/__init__.py index 3585cf644..e69de29bb 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,4 +0,0 @@ -import unittest -import yourbase - -yourbase.attach(unittest)