Tests: Removed unnecessary imports
This commit is contained in:
@@ -33,8 +33,6 @@ import unittest
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
from basetest import Task, TestCase
|
||||
from basetest import Taskd, ServerTestCase
|
||||
|
||||
|
||||
class TestListAllProjects(TestCase):
|
||||
@classmethod
|
||||
|
||||
@@ -33,8 +33,6 @@ import unittest
|
||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
from basetest import Task, TestCase
|
||||
from basetest import Taskd, ServerTestCase
|
||||
|
||||
|
||||
class TestSpecialTags(TestCase):
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user