mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Removed unnecessary imports
This commit is contained in:
parent
4f072d47cd
commit
9e6839a2c4
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue